#F3CEC2

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

Shades of Watusi #F3CEC2

Tints of Watusi #F3CEC2

Color information

#F3CEC2 (or 0xF3CEC2) is unknown color: approx Watusi. HEX triplet: F3, CE and C2. RGB value is (243,206,194). Sum of RGB (Red+Green+Blue) = 243+206+194=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEC2 is #0C313D. Grayscale: #D7D7D7. Windows color (decimal): -799038 or 12766963. OLE color: 12766963.

HSL color Cylindrical-coordinate representation of color #F3CEC2: hue angle of 14.69º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3CEC2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB243206194-
CMYK00.150.200.05
HSL14.69º67.12%85.69%-
HSV(B)14.69º20.16%95.29%-
XYZ68.7767.0960.36-
YUV215.7115.76147.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 194 (76.17% from 255) = 30.17%
R=37.79%
G=32.04%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320619400.150.200.0514.6967.1285.69
HexF3CEC20F145f4356
Octal36331630201724517103126
Binary1111001111001110110000100111110100101111110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEC2; }

 p { color: rgb(243,206,194); }

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

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

 a { background-color: rgb(243,206,194); }

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

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

 span { border-color: rgb(243,206,194); }

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