Html Css Color HEX #F9D0BE Tuft Bush

📋 copy color: '#F9D0BE'

red 249 ◦ green 208 ◦ blue 190

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

Shades of Tuft Bush #F9D0BE

Tints of Tuft Bush #F9D0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.15%

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

R = 38.49%
G = 32.15%
B = 29.37%

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

#F9D0BE (or 0xF9D0BE) is known color: Tuft Bush. HEX triplet: F9, D0 and BE. RGB value is (249,208,190). Sum of RGB (Red+Green+Blue) = 249+208+190=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D0BE is #062F41. Grayscale: #DADADA. Windows color (decimal): -405314 or 12505337. OLE color: 12505337.

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

Color convert

RGB 249 208 190 -
CMYK 0 0.16 0.24 0.02
HSL 18.31º 0.83% 0.86% -
HSV(B) 18.31º 0.24% 0.98% -
XYZ 70.92 68.97 58.29 -
YUV 218.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 249 208 190 0 0.16 0.24 0.02 18.31 0.83 0.86
Hex F9 D0 BE 0 10 18 2 12 53 56
Octal 371 320 276 0 20 30 2 22 123 126
Binary 11111001 11010000 10111110 0 10000 11000 10 10010 1010011 1010110

Color Harmonies of #F9D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D0BE

Black with #F9D0BE

Text Example


Text Example

White with #F9D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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