#F9D1BF

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

Shades of Tuft Bush #F9D1BF

Tints of Tuft Bush #F9D1BF

Color information

#F9D1BF (or 0xF9D1BF) is unknown color: approx Tuft Bush. HEX triplet: F9, D1 and BF. RGB value is (249,209,191). Sum of RGB (Red+Green+Blue) = 249+209+191=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D1BF is #062E40. Grayscale: #DBDBDB. Windows color (decimal): -405057 or 12571129. OLE color: 12571129.

HSL color Cylindrical-coordinate representation of color #F9D1BF: hue angle of 18.62º 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 #F9D1BF is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249209191-
CMYK00.160.230.02
HSL18.62º82.86%86.27%-
HSV(B)18.62º23.29%97.65%-
XYZ71.2769.558.95-
YUV218.91112.25149.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.37%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 191 (75% from 255) = 29.43%
R=38.37%
G=32.20%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920919100.160.230.0218.6282.8686.27
HexF9D1BF010172135356
Octal37132127702027223123126
Binary11111001110100011011111101000010111101001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D1BF; }

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

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

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

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

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

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

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

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