#F7CDB9

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

Shades of Watusi #F7CDB9

Tints of Watusi #F7CDB9

Color information

#F7CDB9 (or 0xF7CDB9) is unknown color: approx Watusi. HEX triplet: F7, CD and B9. RGB value is (247,205,185). Sum of RGB (Red+Green+Blue) = 247+205+185=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDB9 is #083246. Grayscale: #D7D7D7. Windows color (decimal): -537159 or 12176887. OLE color: 12176887.

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

Color convert

RGB247205185-
CMYK00.170.250.03
HSL19.35º79.49%84.71%-
HSV(B)19.35º25.1%96.86%-
XYZ68.9566.9455.19-
YUV215.28110.91150.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=38.78%
G=32.18%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720518500.170.250.0319.3579.4984.71
HexF7CDB9011193134f55
Octal36731527102131323117125
Binary11110111110011011011100101000111001111001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDB9; }

 p { color: rgb(247,205,185); }

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

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

 a { background-color: rgb(247,205,185); }

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

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

 span { border-color: rgb(247,205,185); }

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