#F5CCBE

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

Shades of Watusi #F5CCBE

Tints of Watusi #F5CCBE

Color information

#F5CCBE (or 0xF5CCBE) is unknown color: approx Watusi. HEX triplet: F5, CC and BE. RGB value is (245,204,190). Sum of RGB (Red+Green+Blue) = 245+204+190=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCBE is #0A3341. Grayscale: #D6D6D6. Windows color (decimal): -668482 or 12504309. OLE color: 12504309.

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

Color convert

RGB245204190-
CMYK00.170.220.04
HSL15.27º73.33%85.29%-
HSV(B)15.27º22.45%96.08%-
XYZ68.5466.3257.9-
YUV214.66114.08149.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=38.34%
G=31.92%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520419000.170.220.0415.2773.3385.29
HexF5CCBE011164f4955
Octal36531427602126417111125
Binary11110101110011001011111001000110110100111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCBE; }

 p { color: rgb(245,204,190); }

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

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

 a { background-color: rgb(245,204,190); }

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

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

 span { border-color: rgb(245,204,190); }

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