#F5C9BA

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

Shades of Watusi #F5C9BA

Tints of Watusi #F5C9BA

Color information

#F5C9BA (or 0xF5C9BA) is unknown color: approx Watusi. HEX triplet: F5, C9 and BA. RGB value is (245,201,186). Sum of RGB (Red+Green+Blue) = 245+201+186=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9BA is #0A3645. Grayscale: #D4D4D4. Windows color (decimal): -669254 or 12241397. OLE color: 12241397.

HSL color Cylindrical-coordinate representation of color #F5C9BA: hue angle of 15.25º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5C9BA is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245201186-
CMYK00.180.240.04
HSL15.25º74.68%84.51%-
HSV(B)15.25º24.08%96.08%-
XYZ67.4164.7355.4-
YUV212.45113.08151.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=38.77%
G=31.80%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520118600.180.240.0415.2574.6884.51
HexF5C9BA012184f4b55
Octal36531127202230417113125
Binary11110101110010011011101001001011000100111110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9BA; }

 p { color: rgb(245,201,186); }

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

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

 a { background-color: rgb(245,201,186); }

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

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

 span { border-color: rgb(245,201,186); }

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