Html Css Color HEX #F9D3BF Tuft Bush

📋 copy color: '#F9D3BF'

red 249 ◦ green 211 ◦ blue 191

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

Shades of Tuft Bush #F9D3BF

Tints of Tuft Bush #F9D3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.34%

R = 38.25%
G = 32.41%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9D3BF (or 0xF9D3BF) is known color: Tuft Bush. HEX triplet: F9, D3 and BF. RGB value is (249,211,191). Sum of RGB (Red+Green+Blue) = 249+211+191=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D3BF is #062C40. Grayscale: #DCDCDC. Windows color (decimal): -404545 or 12571641. OLE color: 12571641.

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

Color convert

RGB 249 211 191 -
CMYK 0 0.15 0.23 0.02
HSL 20.69º 0.83% 0.86% -
HSV(B) 20.69º 0.23% 0.98% -
XYZ 71.77 70.49 59.11 -
YUV 220.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 249 211 191 0 0.15 0.23 0.02 20.69 0.83 0.86
Hex F9 D3 BF 0 F 17 2 15 53 56
Octal 371 323 277 0 17 27 2 25 123 126
Binary 11111001 11010011 10111111 0 1111 10111 10 10101 1010011 1010110

Color Harmonies of #F9D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D3BF

Black with #F9D3BF

Text Example


Text Example

White with #F9D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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