#F1CEBC

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

Shades of Watusi #F1CEBC

Tints of Watusi #F1CEBC

Color information

#F1CEBC (or 0xF1CEBC) is unknown color: approx Watusi. HEX triplet: F1, CE and BC. RGB value is (241,206,188). Sum of RGB (Red+Green+Blue) = 241+206+188=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEBC is #0E3143. Grayscale: #D6D6D6. Windows color (decimal): -930116 or 12373745. OLE color: 12373745.

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

Color convert

RGB241206188-
CMYK00.150.220.05
HSL20.38º65.43%84.12%-
HSV(B)20.38º21.99%94.51%-
XYZ67.4266.4756.85-
YUV214.41113.1146.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=37.95%
G=32.44%
B=29.61%

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
Decimal24120618800.150.220.0520.3865.4384.12
HexF1CEBC0F165144154
Octal36131627401726524101124
Binary11110001110011101011110001111101101011010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEBC; }

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

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

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

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

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

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

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

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