#FFA992

Color #FFA992 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FFA992

Tints of Rose Bud #FFA992

Color information

#FFA992 (or 0xFFA992) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 92. RGB value is (255,169,146). Sum of RGB (Red+Green+Blue) = 255+169+146=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA992 is #00566D. Grayscale: #C0C0C0. Windows color (decimal): -22126 or 9611775. OLE color: 9611775.

HSL color Cylindrical-coordinate representation of color #FFA992: hue angle of 12.66º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFA992 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB255169146-
CMYK00.340.430
HSL12.66º100%78.63%-
HSV(B)12.66º42.75%100%-
XYZ60.6251.7133.98-
YUV192.09101.99172.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 146 (57.42% from 255) = 25.61%
R=44.74%
G=29.65%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516914600.340.43012.6610078.63
HexFFA9920222B0d644f
Octal37725122204253015144117
Binary11111111101010011001001001000101010110110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA992; }

 p { color: rgb(255,169,146); }

 H1.HeaderClassName
 {
   color: #FFA992;
 }
 .AnyTagClassName
 {
   color: #FFA992;
 }
</style>
background-color css

<style>
 a { background-color: #FFA992; }

 a { background-color: rgb(255,169,146); }

 div.DivClassName
 {
   background-color: #FFA992;
 }
 .BgClassName
 {
   background-color: #FFA992;
 }
</style>
border-color css

<style>
 span { border-color: #FFA992; }

 span { border-color: rgb(255,169,146); }

 td.TdClassName
 {
   border-color: #FFA992;
 }
 .TagClassName
 {
   border-color: #FFA992;
 }
</style>