#F1C8B9

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

Shades of Watusi #F1C8B9

Tints of Watusi #F1C8B9

Color information

#F1C8B9 (or 0xF1C8B9) is unknown color: approx Watusi. HEX triplet: F1, C8 and B9. RGB value is (241,200,185). Sum of RGB (Red+Green+Blue) = 241+200+185=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8B9 is #0E3746. Grayscale: #D2D2D2. Windows color (decimal): -931655 or 12175601. OLE color: 12175601.

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

Color convert

RGB241200185-
CMYK00.170.230.05
HSL16.07º66.67%83.53%-
HSV(B)16.07º23.24%94.51%-
XYZ65.6963.5154.7-
YUV210.55113.58149.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=38.50%
G=31.95%
B=29.55%

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
Decimal24120018500.170.230.0516.0766.6783.53
HexF1C8B9011175104354
Octal36131027102127520103124
Binary111100011100100010111001010001101111011000010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8B9; }

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

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

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

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

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

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

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

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