#F9D1BA

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

Shades of Tuft Bush #F9D1BA

Tints of Tuft Bush #F9D1BA

Color information

#F9D1BA (or 0xF9D1BA) is unknown color: approx Tuft Bush. HEX triplet: F9, D1 and BA. RGB value is (249,209,186). Sum of RGB (Red+Green+Blue) = 249+209+186=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D1BA is #062E45. Grayscale: #DADADA. Windows color (decimal): -405062 or 12243449. OLE color: 12243449.

HSL color Cylindrical-coordinate representation of color #F9D1BA: hue angle of 21.9º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9D1BA is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249209186-
CMYK00.160.250.02
HSL21.9º84%85.29%-
HSV(B)21.9º25.3%97.65%-
XYZ70.7369.2956.1-
YUV218.34109.75149.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 209 (82.03% from 255) = 32.45%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=38.66%
G=32.45%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920918600.160.250.0221.98485.29
HexF9D1BA010192165455
Octal37132127202031226124125
Binary11111001110100011011101001000011001101011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D1BA; }

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

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

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

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

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

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

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

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