#F9CCBB

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

Shades of Watusi #F9CCBB

Tints of Watusi #F9CCBB

Color information

#F9CCBB (or 0xF9CCBB) is unknown color: approx Watusi. HEX triplet: F9, CC and BB. RGB value is (249,204,187). Sum of RGB (Red+Green+Blue) = 249+204+187=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCBB is #063344. Grayscale: #D7D7D7. Windows color (decimal): -406341 or 12307705. OLE color: 12307705.

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

Color convert

RGB249204187-
CMYK00.180.250.02
HSL16.45º83.78%85.49%-
HSV(B)16.45º24.9%97.65%-
XYZ69.6366.9156.26-
YUV215.52111.91151.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=38.91%
G=31.88%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920418700.180.250.0216.4583.7885.49
HexF9CCBB012192105455
Octal37131427302231220124125
Binary11111001110011001011101101001011001101000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCBB; }

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

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

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

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

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

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

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

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