#F7D1BB

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

Shades of Tuft Bush #F7D1BB

Tints of Tuft Bush #F7D1BB

Color information

#F7D1BB (or 0xF7D1BB) is unknown color: approx Tuft Bush. HEX triplet: F7, D1 and BB. RGB value is (247,209,187). Sum of RGB (Red+Green+Blue) = 247+209+187=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D1BB is #082E44. Grayscale: #D9D9D9. Windows color (decimal): -536133 or 12308983. OLE color: 12308983.

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

Color convert

RGB247209187-
CMYK00.150.240.03
HSL22º78.95%85.1%-
HSV(B)22º24.29%96.86%-
XYZ70.1368.9656.63-
YUV217.85110.59148.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 209 (82.03% from 255) = 32.50%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=38.41%
G=32.50%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720918700.150.240.032278.9585.1
HexF7D1BB0F183164f55
Octal36732127301730326117125
Binary1111011111010001101110110111111000111011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D1BB; }

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

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

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

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

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

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

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

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