#F1C8BA

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

Shades of Watusi #F1C8BA

Tints of Watusi #F1C8BA

Color information

#F1C8BA (or 0xF1C8BA) is unknown color: approx Watusi. HEX triplet: F1, C8 and BA. RGB value is (241,200,186). Sum of RGB (Red+Green+Blue) = 241+200+186=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8BA is #0E3745. Grayscale: #D2D2D2. Windows color (decimal): -931654 or 12241137. OLE color: 12241137.

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

Color convert

RGB241200186-
CMYK00.170.230.05
HSL15.27º66.27%83.73%-
HSV(B)15.27º22.82%94.51%-
XYZ65.7963.5555.25-
YUV210.66114.08149.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=38.44%
G=31.90%
B=29.67%

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
Decimal24120018600.170.230.0515.2766.2783.73
HexF1C8BA011175f4254
Octal36131027202127517102124
Binary11110001110010001011101001000110111101111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8BA; }

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

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

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

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

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

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

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

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