#F5D2BF

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

Shades of Tuft Bush #F5D2BF

Tints of Tuft Bush #F5D2BF

Color information

#F5D2BF (or 0xF5D2BF) is unknown color: approx Tuft Bush. HEX triplet: F5, D2 and BF. RGB value is (245,210,191). Sum of RGB (Red+Green+Blue) = 245+210+191=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2BF is #0A2D40. Grayscale: #DADADA. Windows color (decimal): -666945 or 12571381. OLE color: 12571381.

HSL color Cylindrical-coordinate representation of color #F5D2BF: hue angle of 21.11º 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 #F5D2BF is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245210191-
CMYK00.140.220.04
HSL21.11º72.97%85.49%-
HSV(B)21.11º22.04%96.08%-
XYZ70.1169.2758.97-
YUV218.3112.6147.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 191 (75% from 255) = 29.57%
R=37.93%
G=32.51%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521019100.140.220.0421.1172.9785.49
HexF5D2BF0E164154955
Octal36532227701626425111125
Binary11110101110100101011111101110101101001010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D2BF; }

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

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

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

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

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

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

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

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