#F2CEB8

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

Shades of Watusi #F2CEB8

Tints of Watusi #F2CEB8

Color information

#F2CEB8 (or 0xF2CEB8) is unknown color: approx Watusi. HEX triplet: F2, CE and B8. RGB value is (242,206,184). Sum of RGB (Red+Green+Blue) = 242+206+184=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEB8 is #0D3147. Grayscale: #D6D6D6. Windows color (decimal): -864584 or 12111602. OLE color: 12111602.

HSL color Cylindrical-coordinate representation of color #F2CEB8: hue angle of 22.76º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2CEB8 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242206184-
CMYK00.150.240.05
HSL22.76º69.05%83.53%-
HSV(B)22.76º23.97%94.9%-
XYZ67.3466.4854.63-
YUV214.26110.93147.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 184 (72.27% from 255) = 29.11%
R=38.29%
G=32.59%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220618400.150.240.0522.7669.0583.53
HexF2CEB80F185174554
Octal36231627001730527105124
Binary11110010110011101011100001111110001011011110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEB8; }

 p { color: rgb(242,206,184); }

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

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

 a { background-color: rgb(242,206,184); }

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

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

 span { border-color: rgb(242,206,184); }

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