#F1C8BD

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

Shades of Watusi #F1C8BD

Tints of Watusi #F1C8BD

Color information

#F1C8BD (or 0xF1C8BD) is unknown color: approx Watusi. HEX triplet: F1, C8 and BD. RGB value is (241,200,189). Sum of RGB (Red+Green+Blue) = 241+200+189=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8BD is #0E3742. Grayscale: #D3D3D3. Windows color (decimal): -931651 or 12437745. OLE color: 12437745.

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

Color convert

RGB241200189-
CMYK00.170.220.05
HSL12.69º65%84.31%-
HSV(B)12.69º21.58%94.51%-
XYZ66.1263.6856.95-
YUV211115.58149.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 189 (74.22% from 255) = 30%
R=38.25%
G=31.75%
B=30%

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
Decimal24120018900.170.220.0512.696584.31
HexF1C8BD011165d4154
Octal36131027502126515101124
Binary11110001110010001011110101000110110101110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8BD; }

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

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

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

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

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

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

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

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