#F1C9BB

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

Shades of Watusi #F1C9BB

Tints of Watusi #F1C9BB

Color information

#F1C9BB (or 0xF1C9BB) is unknown color: approx Watusi. HEX triplet: F1, C9 and BB. RGB value is (241,201,187). Sum of RGB (Red+Green+Blue) = 241+201+187=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BB is #0E3644. Grayscale: #D3D3D3. Windows color (decimal): -931397 or 12306929. OLE color: 12306929.

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

Color convert

RGB241201187-
CMYK00.170.220.05
HSL15.56º65.85%83.92%-
HSV(B)15.56º22.41%94.51%-
XYZ66.1364.0655.89-
YUV211.36114.25149.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=38.31%
G=31.96%
B=29.73%

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
Decimal24120118700.170.220.0515.5665.8583.92
HexF1C9BB011165104254
Octal36131127302126520102124
Binary111100011100100110111011010001101101011000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9BB; }

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

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

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

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

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

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

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

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