#F1C9B4

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

Shades of Watusi #F1C9B4

Tints of Watusi #F1C9B4

Color information

#F1C9B4 (or 0xF1C9B4) is unknown color: approx Watusi. HEX triplet: F1, C9 and B4. RGB value is (241,201,180). Sum of RGB (Red+Green+Blue) = 241+201+180=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9B4 is #0E364B. Grayscale: #D2D2D2. Windows color (decimal): -931404 or 11848177. OLE color: 11848177.

HSL color Cylindrical-coordinate representation of color #F1C9B4: hue angle of 20.66º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1C9B4 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241201180-
CMYK00.170.250.05
HSL20.66º68.54%82.55%-
HSV(B)20.66º25.31%94.51%-
XYZ65.463.7752.04-
YUV210.57110.75149.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=38.75%
G=32.32%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120118000.170.250.0520.6668.5482.55
HexF1C9B4011195154553
Octal36131126402131525105123
Binary111100011100100110110100010001110011011010110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9B4; }

 p { color: rgb(241,201,180); }

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

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

 a { background-color: rgb(241,201,180); }

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

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

 span { border-color: rgb(241,201,180); }

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