#F9CDBE

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

Shades of Watusi #F9CDBE

Tints of Watusi #F9CDBE

Color information

#F9CDBE (or 0xF9CDBE) is unknown color: approx Watusi. HEX triplet: F9, CD and BE. RGB value is (249,205,190). Sum of RGB (Red+Green+Blue) = 249+205+190=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDBE is #063241. Grayscale: #D8D8D8. Windows color (decimal): -406082 or 12504569. OLE color: 12504569.

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

Color convert

RGB249205190-
CMYK00.180.240.02
HSL15.25º83.1%86.08%-
HSV(B)15.25º23.69%97.65%-
XYZ70.1967.5258.05-
YUV216.45113.08151.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=38.66%
G=31.83%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920519000.180.240.0215.2583.186.08
HexF9CDBE012182f5356
Octal37131527602230217123126
Binary1111100111001101101111100100101100010111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDBE; }

 p { color: rgb(249,205,190); }

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

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

 a { background-color: rgb(249,205,190); }

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

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

 span { border-color: rgb(249,205,190); }

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