Html Css Color HEX #F9D3BE Tuft Bush

📋 copy color: '#F9D3BE'

red 249 ◦ green 211 ◦ blue 190

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

Shades of Tuft Bush #F9D3BE

Tints of Tuft Bush #F9D3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.46%

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

R = 38.31%
G = 32.46%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9D3BE (or 0xF9D3BE) is known color: Tuft Bush. HEX triplet: F9, D3 and BE. RGB value is (249,211,190). Sum of RGB (Red+Green+Blue) = 249+211+190=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D3BE is #062C41. Grayscale: #DCDCDC. Windows color (decimal): -404546 or 12506105. OLE color: 12506105.

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

Color convert

RGB 249 211 190 -
CMYK 0 0.15 0.24 0.02
HSL 21.36º 0.83% 0.86% -
HSV(B) 21.36º 0.24% 0.98% -
XYZ 71.66 70.45 58.54 -
YUV 219.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 249 211 190 0 0.15 0.24 0.02 21.36 0.83 0.86
Hex F9 D3 BE 0 F 18 2 15 53 56
Octal 371 323 276 0 17 30 2 25 123 126
Binary 11111001 11010011 10111110 0 1111 11000 10 10101 1010011 1010110

Color Harmonies of #F9D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D3BE

Black with #F9D3BE

Text Example


Text Example

White with #F9D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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