#F1CEBB

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

Shades of Watusi #F1CEBB

Tints of Watusi #F1CEBB

Color information

#F1CEBB (or 0xF1CEBB) is unknown color: approx Watusi. HEX triplet: F1, CE and BB. RGB value is (241,206,187). Sum of RGB (Red+Green+Blue) = 241+206+187=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEBB is #0E3144. Grayscale: #D6D6D6. Windows color (decimal): -930117 or 12308209. OLE color: 12308209.

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

Color convert

RGB241206187-
CMYK00.150.220.05
HSL21.11º65.85%83.92%-
HSV(B)21.11º22.41%94.51%-
XYZ67.3266.4356.29-
YUV214.3112.6147.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=38.01%
G=32.49%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120618700.150.220.0521.1165.8583.92
HexF1CEBB0F165154254
Octal36131627301726525102124
Binary11110001110011101011101101111101101011010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEBB; }

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

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

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

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

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

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

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

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