#F2CCB5

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

Shades of Watusi #F2CCB5

Tints of Watusi #F2CCB5

Color information

#F2CCB5 (or 0xF2CCB5) is unknown color: approx Watusi. HEX triplet: F2, CC and B5. RGB value is (242,204,181). Sum of RGB (Red+Green+Blue) = 242+204+181=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCB5 is #0D334A. Grayscale: #D4D4D4. Windows color (decimal): -865099 or 11914482. OLE color: 11914482.

HSL color Cylindrical-coordinate representation of color #F2CCB5: hue angle of 22.62º 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 #F2CCB5 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB242204181-
CMYK00.160.250.05
HSL22.62º70.11%82.94%-
HSV(B)22.62º25.21%94.9%-
XYZ66.5565.452.83-
YUV212.74110.09148.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 181 (71.09% from 255) = 28.87%
R=38.60%
G=32.54%
B=28.87%

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
Decimal24220418100.160.250.0522.6270.1182.94
HexF2CCB5010195174653
Octal36231426502031527106123
Binary111100101100110010110101010000110011011011110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCB5; }

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

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

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

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

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

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

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

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