#F3CEBA

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

Shades of Watusi #F3CEBA

Tints of Watusi #F3CEBA

Color information

#F3CEBA (or 0xF3CEBA) is unknown color: approx Watusi. HEX triplet: F3, CE and BA. RGB value is (243,206,186). Sum of RGB (Red+Green+Blue) = 243+206+186=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEBA is #0C3145. Grayscale: #D6D6D6. Windows color (decimal): -799046 or 12242675. OLE color: 12242675.

HSL color Cylindrical-coordinate representation of color #F3CEBA: hue angle of 21.05º degrees, saturation: 0.7, 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 #F3CEBA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243206186-
CMYK00.150.230.05
HSL21.05º70.37%84.12%-
HSV(B)21.05º23.46%95.29%-
XYZ67.966.7455.76-
YUV214.78111.76148.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=38.27%
G=32.44%
B=29.29%

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
Decimal24320618600.150.230.0521.0570.3784.12
HexF3CEBA0F175154654
Octal36331627201727525106124
Binary11110011110011101011101001111101111011010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEBA; }

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

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

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

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

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

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

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

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