#F8CCBB

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

Shades of Watusi #F8CCBB

Tints of Watusi #F8CCBB

Color information

#F8CCBB (or 0xF8CCBB) is unknown color: approx Watusi. HEX triplet: F8, CC and BB. RGB value is (248,204,187). Sum of RGB (Red+Green+Blue) = 248+204+187=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCBB is #073344. Grayscale: #D7D7D7. Windows color (decimal): -471877 or 12307704. OLE color: 12307704.

HSL color Cylindrical-coordinate representation of color #F8CCBB: hue angle of 16.72º degrees, saturation: 0.81, 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 #F8CCBB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248204187-
CMYK00.180.250.03
HSL16.72º81.33%85.29%-
HSV(B)16.72º24.6%97.25%-
XYZ69.2766.7356.24-
YUV215.22112.08151.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=38.81%
G=31.92%
B=29.26%

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
Decimal24820418700.180.250.0316.7281.3385.29
HexF8CCBB012193115155
Octal37031427302231321121125
Binary11111000110011001011101101001011001111000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCBB; }

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

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

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

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

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

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

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

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