#F1C9BD

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

Shades of Watusi #F1C9BD

Tints of Watusi #F1C9BD

Color information

#F1C9BD (or 0xF1C9BD) is unknown color: approx Watusi. HEX triplet: F1, C9 and BD. RGB value is (241,201,189). Sum of RGB (Red+Green+Blue) = 241+201+189=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BD is #0E3642. Grayscale: #D3D3D3. Windows color (decimal): -931395 or 12438001. OLE color: 12438001.

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

Color convert

RGB241201189-
CMYK00.170.220.05
HSL13.85º65%84.31%-
HSV(B)13.85º21.58%94.51%-
XYZ66.3564.1557.03-
YUV211.59115.25148.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=38.19%
G=31.85%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120118900.170.220.0513.856584.31
HexF1C9BD011165e4154
Octal36131127502126516101124
Binary11110001110010011011110101000110110101111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9BD; }

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

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

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

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

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

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

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

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