#F2CEBA

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

Shades of Watusi #F2CEBA

Tints of Watusi #F2CEBA

Color information

#F2CEBA (or 0xF2CEBA) is unknown color: approx Watusi. HEX triplet: F2, CE and BA. RGB value is (242,206,186). Sum of RGB (Red+Green+Blue) = 242+206+186=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBA is #0D3145. Grayscale: #D6D6D6. Windows color (decimal): -864582 or 12242674. OLE color: 12242674.

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

Color convert

RGB242206186-
CMYK00.150.230.05
HSL21.43º68.29%83.92%-
HSV(B)21.43º23.14%94.9%-
XYZ67.5566.5755.74-
YUV214.48111.93147.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=38.17%
G=32.49%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220618600.150.230.0521.4368.2983.92
HexF2CEBA0F175154454
Octal36231627201727525104124
Binary11110010110011101011101001111101111011010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEBA; }

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

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

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

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

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

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

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

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