#F3CEC0

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

Shades of Watusi #F3CEC0

Tints of Watusi #F3CEC0

Color information

#F3CEC0 (or 0xF3CEC0) is unknown color: approx Watusi. HEX triplet: F3, CE and C0. RGB value is (243,206,192). Sum of RGB (Red+Green+Blue) = 243+206+192=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEC0 is #0C313F. Grayscale: #D7D7D7. Windows color (decimal): -799040 or 12635891. OLE color: 12635891.

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

Color convert

RGB243206192-
CMYK00.150.210.05
HSL16.47º68%85.29%-
HSV(B)16.47º20.99%95.29%-
XYZ68.556759.19-
YUV215.47114.76147.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 192 (75.39% from 255) = 29.95%
R=37.91%
G=32.14%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320619200.150.210.0516.476885.29
HexF3CEC00F155104455
Octal36331630001725520104125
Binary11110011110011101100000001111101011011000010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEC0; }

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

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

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

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

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

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

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

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