#F8C9B6

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

Shades of Watusi #F8C9B6

Tints of Watusi #F8C9B6

Color information

#F8C9B6 (or 0xF8C9B6) is unknown color: approx Watusi. HEX triplet: F8, C9 and B6. RGB value is (248,201,182). Sum of RGB (Red+Green+Blue) = 248+201+182=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C9B6 is #073649. Grayscale: #D5D5D5. Windows color (decimal): -472650 or 11979256. OLE color: 11979256.

HSL color Cylindrical-coordinate representation of color #F8C9B6: hue angle of 17.27º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8C9B6 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB248201182-
CMYK00.190.270.03
HSL17.27º82.5%84.31%-
HSV(B)17.27º26.61%97.25%-
XYZ68.0465.1153.24-
YUV212.89110.57153.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=39.30%
G=31.85%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820118200.190.270.0317.2782.584.31
HexF8C9B60131B3115254
Octal37031126602333321122124
Binary11111000110010011011011001001111011111000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C9B6; }

 p { color: rgb(248,201,182); }

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

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

 a { background-color: rgb(248,201,182); }

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

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

 span { border-color: rgb(248,201,182); }

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