#F5C9BD

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

Shades of Watusi #F5C9BD

Tints of Watusi #F5C9BD

Color information

#F5C9BD (or 0xF5C9BD) is unknown color: approx Watusi. HEX triplet: F5, C9 and BD. RGB value is (245,201,189). Sum of RGB (Red+Green+Blue) = 245+201+189=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9BD is #0A3642. Grayscale: #D4D4D4. Windows color (decimal): -669251 or 12438005. OLE color: 12438005.

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

Color convert

RGB245201189-
CMYK00.180.230.04
HSL12.86º73.68%85.1%-
HSV(B)12.86º22.86%96.08%-
XYZ67.7364.8657.09-
YUV212.79114.58150.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=38.58%
G=31.65%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520118900.180.230.0412.8673.6885.1
HexF5C9BD012174d4a55
Octal36531127502227415112125
Binary11110101110010011011110101001010111100110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9BD; }

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

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

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

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

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

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

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

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