#F5D2BA

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

Shades of Tuft Bush #F5D2BA

Tints of Tuft Bush #F5D2BA

Color information

#F5D2BA (or 0xF5D2BA) is unknown color: approx Tuft Bush. HEX triplet: F5, D2 and BA. RGB value is (245,210,186). Sum of RGB (Red+Green+Blue) = 245+210+186=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2BA is #0A2D45. Grayscale: #D9D9D9. Windows color (decimal): -666950 or 12243701. OLE color: 12243701.

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

Color convert

RGB245210186-
CMYK00.140.240.04
HSL24.41º74.68%84.51%-
HSV(B)24.41º24.08%96.08%-
XYZ69.5769.0556.12-
YUV217.73110.1147.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=38.22%
G=32.76%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521018600.140.240.0424.4174.6884.51
HexF5D2BA0E184184b55
Octal36532227201630430113125
Binary11110101110100101011101001110110001001100010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D2BA; }

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

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

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

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

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

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

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

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