Html Css Color HEX #F9D7C6 Tuft Bush

📋 copy color: '#F9D7C6'

red 249 ◦ green 215 ◦ blue 198

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

Shades of Tuft Bush #F9D7C6

Tints of Tuft Bush #F9D7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.48%

 BLUE value IS 198 (77.73% from 255) = 29.91%

R = 37.61%
G = 32.48%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F9D7C6 (or 0xF9D7C6) is known color: Tuft Bush. HEX triplet: F9, D7 and C6. RGB value is (249,215,198). Sum of RGB (Red+Green+Blue) = 249+215+198=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D7C6 is #062839. Grayscale: #DFDFDF. Windows color (decimal): -403514 or 13031417. OLE color: 13031417.

HSL color Cylindrical-coordinate representation of color #F9D7C6: hue angle of 20º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9D7C6 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 215 198 -
CMYK 0 0.14 0.20 0.02
HSL 20º 0.81% 0.88% -
HSV(B) 20º 0.2% 0.98% -
XYZ 73.56 72.82 63.6 -
YUV 223.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 249 215 198 0 0.14 0.20 0.02 20 0.81 0.88
Hex F9 D7 C6 0 E 14 2 14 51 58
Octal 371 327 306 0 16 24 2 24 121 130
Binary 11111001 11010111 11000110 0 1110 10100 10 10100 1010001 1011000

Color Harmonies of #F9D7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D7C6

Black with #F9D7C6

Text Example


Text Example

White with #F9D7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D7C6; }

 p { color: rgb(249,215,198); }

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

background-color css

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

 a { background-color: rgb(249,215,198); }

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

border-color css

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

 span { border-color: rgb(249,215,198); }

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