#F9CABA

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

Shades of Watusi #F9CABA

Tints of Watusi #F9CABA

Color information

#F9CABA (or 0xF9CABA) is unknown color: approx Watusi. HEX triplet: F9, CA and BA. RGB value is (249,202,186). Sum of RGB (Red+Green+Blue) = 249+202+186=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CABA is #063545. Grayscale: #D6D6D6. Windows color (decimal): -406854 or 12241657. OLE color: 12241657.

HSL color Cylindrical-coordinate representation of color #F9CABA: hue angle of 15.24º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9CABA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249202186-
CMYK00.190.250.02
HSL15.24º84%85.29%-
HSV(B)15.24º25.3%97.65%-
XYZ69.0565.9355.54-
YUV214.23112.07152.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=39.09%
G=31.71%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920218600.190.250.0215.248485.29
HexF9CABA013192f5455
Octal37131227202331217124125
Binary1111100111001010101110100100111100110111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CABA; }

 p { color: rgb(249,202,186); }

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

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

 a { background-color: rgb(249,202,186); }

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

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

 span { border-color: rgb(249,202,186); }

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