#F9D6C5

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

Shades of Tuft Bush #F9D6C5

Tints of Tuft Bush #F9D6C5

Color information

#F9D6C5 (or 0xF9D6C5) is unknown color: approx Tuft Bush. HEX triplet: F9, D6 and C5. RGB value is (249,214,197). Sum of RGB (Red+Green+Blue) = 249+214+197=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6C5 is #06293A. Grayscale: #DEDEDE. Windows color (decimal): -403771 or 12965625. OLE color: 12965625.

HSL color Cylindrical-coordinate representation of color #F9D6C5: hue angle of 19.62º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9D6C5 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249214197-
CMYK00.140.210.02
HSL19.62º81.25%87.45%-
HSV(B)19.62º20.88%97.65%-
XYZ73.1972.2662.91-
YUV222.53113.6146.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 197 (77.34% from 255) = 29.85%
R=37.73%
G=32.42%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921419700.140.210.0219.6281.2587.45
HexF9D6C50E152145157
Octal37132630501625224121127
Binary1111100111010110110001010111010101101010010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D6C5; }

 p { color: rgb(249,214,197); }

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

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

 a { background-color: rgb(249,214,197); }

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

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

 span { border-color: rgb(249,214,197); }

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