#F1CEBE

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

Shades of Watusi #F1CEBE

Tints of Watusi #F1CEBE

Color information

#F1CEBE (or 0xF1CEBE) is unknown color: approx Watusi. HEX triplet: F1, CE and BE. RGB value is (241,206,190). Sum of RGB (Red+Green+Blue) = 241+206+190=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEBE is #0E3141. Grayscale: #D6D6D6. Windows color (decimal): -930114 or 12504817. OLE color: 12504817.

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

Color convert

RGB241206190-
CMYK00.150.210.05
HSL18.82º64.56%84.51%-
HSV(B)18.82º21.16%94.51%-
XYZ67.6466.5658-
YUV214.64114.1146.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=37.83%
G=32.34%
B=29.83%

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
Decimal24120619000.150.210.0518.8264.5684.51
HexF1CEBE0F155134155
Octal36131627601725523101125
Binary11110001110011101011111001111101011011001110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEBE; }

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

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

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

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

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

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

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

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