#F5D4C3

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

Shades of Tuft Bush #F5D4C3

Tints of Tuft Bush #F5D4C3

Color information

#F5D4C3 (or 0xF5D4C3) is unknown color: approx Tuft Bush. HEX triplet: F5, D4 and C3. RGB value is (245,212,195). Sum of RGB (Red+Green+Blue) = 245+212+195=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4C3 is #0A2B3C. Grayscale: #DCDCDC. Windows color (decimal): -666429 or 12834037. OLE color: 12834037.

HSL color Cylindrical-coordinate representation of color #F5D4C3: hue angle of 20.4º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5D4C3 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB245212195-
CMYK00.130.200.04
HSL20.4º71.43%86.27%-
HSV(B)20.4º20.41%96.08%-
XYZ71.0570.4461.48-
YUV219.93113.93145.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.58%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=37.58%
G=32.52%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521219500.130.200.0420.471.4386.27
HexF5D4C30D144144756
Octal36532430301524424107126
Binary11110101110101001100001101101101001001010010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D4C3; }

 p { color: rgb(245,212,195); }

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

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

 a { background-color: rgb(245,212,195); }

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

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

 span { border-color: rgb(245,212,195); }

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