#F7CFB9

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

Shades of Watusi #F7CFB9

Tints of Watusi #F7CFB9

Color information

#F7CFB9 (or 0xF7CFB9) is unknown color: approx Watusi. HEX triplet: F7, CF and B9. RGB value is (247,207,185). Sum of RGB (Red+Green+Blue) = 247+207+185=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFB9 is #083046. Grayscale: #D8D8D8. Windows color (decimal): -536647 or 12177399. OLE color: 12177399.

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

Color convert

RGB247207185-
CMYK00.160.250.03
HSL21.29º79.49%84.71%-
HSV(B)21.29º25.1%96.86%-
XYZ69.4367.955.35-
YUV216.45110.25149.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.65%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 185 (72.66% from 255) = 28.95%
R=38.65%
G=32.39%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720718500.160.250.0321.2979.4984.71
HexF7CFB9010193154f55
Octal36731727102031325117125
Binary11110111110011111011100101000011001111010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFB9; }

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

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

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

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

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

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

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

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