#F7D0BB

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

Shades of Tuft Bush #F7D0BB

Tints of Tuft Bush #F7D0BB

Color information

#F7D0BB (or 0xF7D0BB) is unknown color: approx Tuft Bush. HEX triplet: F7, D0 and BB. RGB value is (247,208,187). Sum of RGB (Red+Green+Blue) = 247+208+187=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0BB is #082F44. Grayscale: #D9D9D9. Windows color (decimal): -536389 or 12308727. OLE color: 12308727.

HSL color Cylindrical-coordinate representation of color #F7D0BB: hue angle of 21º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7D0BB is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247208187-
CMYK00.160.240.03
HSL21º78.95%85.1%-
HSV(B)21º24.29%96.86%-
XYZ69.8868.4756.55-
YUV217.27110.92149.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.47%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 187 (73.44% from 255) = 29.13%
R=38.47%
G=32.40%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720818700.160.240.032178.9585.1
HexF7D0BB010183154f55
Octal36732027302030325117125
Binary11110111110100001011101101000011000111010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D0BB; }

 p { color: rgb(247,208,187); }

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

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

 a { background-color: rgb(247,208,187); }

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

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

 span { border-color: rgb(247,208,187); }

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