#F9D6BF

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

Shades of Tuft Bush #F9D6BF

Tints of Tuft Bush #F9D6BF

Color information

#F9D6BF (or 0xF9D6BF) is unknown color: approx Tuft Bush. HEX triplet: F9, D6 and BF. RGB value is (249,214,191). Sum of RGB (Red+Green+Blue) = 249+214+191=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6BF is #062940. Grayscale: #DDDDDD. Windows color (decimal): -403777 or 12572409. OLE color: 12572409.

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

Color convert

RGB249214191-
CMYK00.140.230.02
HSL23.79º82.86%86.27%-
HSV(B)23.79º23.29%97.65%-
XYZ72.5271.9959.36-
YUV221.84110.6147.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.07%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 191 (75% from 255) = 29.20%
R=38.07%
G=32.72%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921419100.140.230.0223.7982.8686.27
HexF9D6BF0E172185356
Octal37132627701627230123126
Binary1111100111010110101111110111010111101100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D6BF; }

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

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

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

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

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

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

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

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