#F5CBBE

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

Shades of Watusi #F5CBBE

Tints of Watusi #F5CBBE

Color information

#F5CBBE (or 0xF5CBBE) is unknown color: approx Watusi. HEX triplet: F5, CB and BE. RGB value is (245,203,190). Sum of RGB (Red+Green+Blue) = 245+203+190=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBBE is #0A3441. Grayscale: #D6D6D6. Windows color (decimal): -668738 or 12504053. OLE color: 12504053.

HSL color Cylindrical-coordinate representation of color #F5CBBE: hue angle of 14.18º 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 #F5CBBE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245203190-
CMYK00.170.220.04
HSL14.18º73.33%85.29%-
HSV(B)14.18º22.45%96.08%-
XYZ68.3165.8457.82-
YUV214.08114.41150.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=38.40%
G=31.82%
B=29.78%

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
Decimal24520319000.170.220.0414.1873.3385.29
HexF5CBBE011164e4955
Octal36531327602126416111125
Binary11110101110010111011111001000110110100111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBBE; }

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

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

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

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

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

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

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

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