#FAA19C

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

Shades of Rose Bud #FAA19C

Tints of Rose Bud #FAA19C

Color information

#FAA19C (or 0xFAA19C) is unknown color: approx Rose Bud. HEX triplet: FA, A1 and 9C. RGB value is (250,161,156). Sum of RGB (Red+Green+Blue) = 250+161+156=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA19C is #055E63. Grayscale: #BBBBBB. Windows color (decimal): -351844 or 10265082. OLE color: 10265082.

HSL color Cylindrical-coordinate representation of color #FAA19C: hue angle of 3.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA19C is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250161156-
CMYK00.360.380.02
HSL3.19º90.38%79.61%-
HSV(B)3.19º37.6%98.04%-
XYZ58.1748.2137.69-
YUV187.04110.49172.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=44.09%
G=28.40%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016115600.360.380.023.1990.3879.61
HexFAA19C02426235a50
Octal3722412340444623132120
Binary1111101010100001100111000100100100110101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA19C; }

 p { color: rgb(250,161,156); }

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

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

 a { background-color: rgb(250,161,156); }

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

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

 span { border-color: rgb(250,161,156); }

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