#F1C9BA

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

Shades of Watusi #F1C9BA

Tints of Watusi #F1C9BA

Color information

#F1C9BA (or 0xF1C9BA) is unknown color: approx Watusi. HEX triplet: F1, C9 and BA. RGB value is (241,201,186). Sum of RGB (Red+Green+Blue) = 241+201+186=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BA is #0E3645. Grayscale: #D3D3D3. Windows color (decimal): -931398 or 12241393. OLE color: 12241393.

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

Color convert

RGB241201186-
CMYK00.170.230.05
HSL16.36º66.27%83.73%-
HSV(B)16.36º22.82%94.51%-
XYZ66.0364.0255.33-
YUV211.25113.75149.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=38.38%
G=32.01%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120118600.170.230.0516.3666.2783.73
HexF1C9BA011175104254
Octal36131127202127520102124
Binary111100011100100110111010010001101111011000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C9BA; }

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

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

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

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

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

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

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

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