#F1CEBA

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

Shades of Watusi #F1CEBA

Tints of Watusi #F1CEBA

Color information

#F1CEBA (or 0xF1CEBA) is unknown color: approx Watusi. HEX triplet: F1, CE and BA. RGB value is (241,206,186). Sum of RGB (Red+Green+Blue) = 241+206+186=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEBA is #0E3145. Grayscale: #D6D6D6. Windows color (decimal): -930118 or 12242673. OLE color: 12242673.

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

Color convert

RGB241206186-
CMYK00.150.230.05
HSL21.82º66.27%83.73%-
HSV(B)21.82º22.82%94.51%-
XYZ67.2166.3955.73-
YUV214.18112.1147.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=38.07%
G=32.54%
B=29.38%

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
Decimal24120618600.150.230.0521.8266.2783.73
HexF1CEBA0F175164254
Octal36131627201727526102124
Binary11110001110011101011101001111101111011011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEBA; }

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

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

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

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

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

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

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

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