#F8CCB9

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

Shades of Watusi #F8CCB9

Tints of Watusi #F8CCB9

Color information

#F8CCB9 (or 0xF8CCB9) is unknown color: approx Watusi. HEX triplet: F8, CC and B9. RGB value is (248,204,185). Sum of RGB (Red+Green+Blue) = 248+204+185=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCB9 is #073346. Grayscale: #D7D7D7. Windows color (decimal): -471879 or 12176632. OLE color: 12176632.

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

Color convert

RGB248204185-
CMYK00.180.250.03
HSL18.1º81.82%84.9%-
HSV(B)18.1º25.4%97.25%-
XYZ69.0666.6455.12-
YUV214.99111.08151.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=38.93%
G=32.03%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820418500.180.250.0318.181.8284.9
HexF8CCB9012193125255
Octal37031427102231322122125
Binary11111000110011001011100101001011001111001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCB9; }

 p { color: rgb(248,204,185); }

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

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

 a { background-color: rgb(248,204,185); }

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

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

 span { border-color: rgb(248,204,185); }

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