#F2CBB5

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

Shades of Watusi #F2CBB5

Tints of Watusi #F2CBB5

Color information

#F2CBB5 (or 0xF2CBB5) is unknown color: approx Watusi. HEX triplet: F2, CB and B5. RGB value is (242,203,181). Sum of RGB (Red+Green+Blue) = 242+203+181=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBB5 is #0D344A. Grayscale: #D4D4D4. Windows color (decimal): -865355 or 11914226. OLE color: 11914226.

HSL color Cylindrical-coordinate representation of color #F2CBB5: hue angle of 21.64º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2CBB5 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB242203181-
CMYK00.160.250.05
HSL21.64º70.11%82.94%-
HSV(B)21.64º25.21%94.9%-
XYZ66.3164.9352.75-
YUV212.15110.42149.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 181 (71.09% from 255) = 28.91%
R=38.66%
G=32.43%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220318100.160.250.0521.6470.1182.94
HexF2CBB5010195164653
Octal36231326502031526106123
Binary111100101100101110110101010000110011011011010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBB5; }

 p { color: rgb(242,203,181); }

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

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

 a { background-color: rgb(242,203,181); }

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

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

 span { border-color: rgb(242,203,181); }

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