#F1CEB9

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

Shades of Watusi #F1CEB9

Tints of Watusi #F1CEB9

Color information

#F1CEB9 (or 0xF1CEB9) is unknown color: approx Watusi. HEX triplet: F1, CE and B9. RGB value is (241,206,185). Sum of RGB (Red+Green+Blue) = 241+206+185=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEB9 is #0E3146. Grayscale: #D6D6D6. Windows color (decimal): -930119 or 12177137. OLE color: 12177137.

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

Color convert

RGB241206185-
CMYK00.150.230.05
HSL22.5º66.67%83.53%-
HSV(B)22.5º23.24%94.51%-
XYZ67.166.3555.17-
YUV214.07111.6147.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=38.13%
G=32.59%
B=29.27%

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
Decimal24120618500.150.230.0522.566.6783.53
HexF1CEB90F175174354
Octal36131627101727527103124
Binary11110001110011101011100101111101111011011110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEB9; }

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

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

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

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

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

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

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

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