#F7D7C7

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

Shades of Tuft Bush #F7D7C7

Tints of Tuft Bush #F7D7C7

Color information

#F7D7C7 (or 0xF7D7C7) is unknown color: approx Tuft Bush. HEX triplet: F7, D7 and C7. RGB value is (247,215,199). Sum of RGB (Red+Green+Blue) = 247+215+199=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D7C7 is #082838. Grayscale: #DEDEDE. Windows color (decimal): -534585 or 13096951. OLE color: 13096951.

HSL color Cylindrical-coordinate representation of color #F7D7C7: hue angle of 20º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7D7C7 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247215199-
CMYK00.130.190.03
HSL20º75%87.45%-
HSV(B)20º19.43%96.86%-
XYZ72.9772.564.18-
YUV222.74114.6145.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 199 (78.12% from 255) = 30.11%
R=37.37%
G=32.53%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721519900.130.190.03207587.45
HexF7D7C70D133144b57
Octal36732730701523324113127
Binary1111011111010111110001110110110011111010010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D7C7; }

 p { color: rgb(247,215,199); }

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

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

 a { background-color: rgb(247,215,199); }

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

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

 span { border-color: rgb(247,215,199); }

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