#F5D1BF

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

Shades of Tuft Bush #F5D1BF

Tints of Tuft Bush #F5D1BF

Color information

#F5D1BF (or 0xF5D1BF) is unknown color: approx Tuft Bush. HEX triplet: F5, D1 and BF. RGB value is (245,209,191). Sum of RGB (Red+Green+Blue) = 245+209+191=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1BF is #0A2E40. Grayscale: #D9D9D9. Windows color (decimal): -667201 or 12571125. OLE color: 12571125.

HSL color Cylindrical-coordinate representation of color #F5D1BF: hue angle of 20º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5D1BF is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245209191-
CMYK00.150.220.04
HSL20º72.97%85.49%-
HSV(B)20º22.04%96.08%-
XYZ69.8668.7758.88-
YUV217.71112.93147.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 191 (75% from 255) = 29.61%
R=37.98%
G=32.40%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520919100.150.220.042072.9785.49
HexF5D1BF0F164144955
Octal36532127701726424111125
Binary11110101110100011011111101111101101001010010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D1BF; }

 p { color: rgb(245,209,191); }

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

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

 a { background-color: rgb(245,209,191); }

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

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

 span { border-color: rgb(245,209,191); }

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