#F5C9BB

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

Shades of Watusi #F5C9BB

Tints of Watusi #F5C9BB

Color information

#F5C9BB (or 0xF5C9BB) is unknown color: approx Watusi. HEX triplet: F5, C9 and BB. RGB value is (245,201,187). Sum of RGB (Red+Green+Blue) = 245+201+187=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9BB is #0A3644. Grayscale: #D4D4D4. Windows color (decimal): -669253 or 12306933. OLE color: 12306933.

HSL color Cylindrical-coordinate representation of color #F5C9BB: hue angle of 14.48º degrees, saturation: 0.74, 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 #F5C9BB is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245201187-
CMYK00.180.240.04
HSL14.48º74.36%84.71%-
HSV(B)14.48º23.67%96.08%-
XYZ67.5164.7755.96-
YUV212.56113.58151.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=38.70%
G=31.75%
B=29.54%

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
Decimal24520118700.180.240.0414.4874.3684.71
HexF5C9BB012184e4a55
Octal36531127302230416112125
Binary11110101110010011011101101001011000100111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9BB; }

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

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

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

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

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

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

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

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