Html Css Color HEX #F9D5BB Tuft Bush

📋 copy color: '#F9D5BB'

red 249 ◦ green 213 ◦ blue 187

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

Shades of Tuft Bush #F9D5BB

Tints of Tuft Bush #F9D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.82%

 BLUE value IS 187 (73.44% from 255) = 28.81%

R = 38.37%
G = 32.82%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9D5BB (or 0xF9D5BB) is known color: Tuft Bush. HEX triplet: F9, D5 and BB. RGB value is (249,213,187). Sum of RGB (Red+Green+Blue) = 249+213+187=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5BB is #062A44. Grayscale: #DCDCDC. Windows color (decimal): -404037 or 12310009. OLE color: 12310009.

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

Color convert

RGB 249 213 187 -
CMYK 0 0.14 0.25 0.02
HSL 25.16º 0.84% 0.85% -
HSV(B) 25.16º 0.25% 0.98% -
XYZ 71.83 71.32 56.99 -
YUV 220.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 249 213 187 0 0.14 0.25 0.02 25.16 0.84 0.85
Hex F9 D5 BB 0 E 19 2 19 54 55
Octal 371 325 273 0 16 31 2 31 124 125
Binary 11111001 11010101 10111011 0 1110 11001 10 11001 1010100 1010101

Color Harmonies of #F9D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D5BB

Black with #F9D5BB

Text Example


Text Example

White with #F9D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D5BB; }

 p { color: rgb(249,213,187); }

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

background-color css

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

 a { background-color: rgb(249,213,187); }

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

border-color css

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

 span { border-color: rgb(249,213,187); }

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