Html Css Color HEX #F9D1BE Tuft Bush

📋 copy color: '#F9D1BE'

red 249 ◦ green 209 ◦ blue 190

#F9D1BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuft Bush #F9D1BE

Tints of Tuft Bush #F9D1BE

RGB

 RED value IS 249 (97.66% from 255) = 38.43%

 GREEN value IS 209 (82.03% from 255) = 32.25%

 BLUE value IS 190 (74.61% from 255) = 29.32%

R = 38.43%
G = 32.25%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9D1BE (or 0xF9D1BE) is known color: Tuft Bush. HEX triplet: F9, D1 and BE. RGB value is (249,209,190). Sum of RGB (Red+Green+Blue) = 249+209+190=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D1BE is #062E41. Grayscale: #DADADA. Windows color (decimal): -405058 or 12505593. OLE color: 12505593.

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

Color convert

RGB 249 209 190 -
CMYK 0 0.16 0.24 0.02
HSL 19.32º 0.83% 0.86% -
HSV(B) 19.32º 0.24% 0.98% -
XYZ 71.16 69.46 58.37 -
YUV 218.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 249 209 190 0 0.16 0.24 0.02 19.32 0.83 0.86
Hex F9 D1 BE 0 10 18 2 13 53 56
Octal 371 321 276 0 20 30 2 23 123 126
Binary 11111001 11010001 10111110 0 10000 11000 10 10011 1010011 1010110

Color Harmonies of #F9D1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D1BE

Black with #F9D1BE

Text Example


Text Example

White with #F9D1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D1BE; }

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

 H1.HeaderClassName
 {
   color: #F9D1BE;
 }
 .AnyTagClassName
 {
   color: #F9D1BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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