Html Css Color HEX #F9D4C0 Tuft Bush

📋 copy color: '#F9D4C0'

red 249 ◦ green 212 ◦ blue 192

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

Shades of Tuft Bush #F9D4C0

Tints of Tuft Bush #F9D4C0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.47%

 BLUE value IS 192 (75.39% from 255) = 29.4%

R = 38.13%
G = 32.47%
B = 29.4%

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

#F9D4C0 (or 0xF9D4C0) is known color: Tuft Bush. HEX triplet: F9, D4 and C0. RGB value is (249,212,192). Sum of RGB (Red+Green+Blue) = 249+212+192=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D4C0 is #062B3F. Grayscale: #DCDCDC. Windows color (decimal): -404288 or 12637433. OLE color: 12637433.

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

Color convert

RGB 249 212 192 -
CMYK 0 0.15 0.23 0.02
HSL 21.05º 0.83% 0.86% -
HSV(B) 21.05º 0.23% 0.98% -
XYZ 72.12 71.03 59.78 -
YUV 220.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 249 212 192 0 0.15 0.23 0.02 21.05 0.83 0.86
Hex F9 D4 C0 0 F 17 2 15 53 56
Octal 371 324 300 0 17 27 2 25 123 126
Binary 11111001 11010100 11000000 0 1111 10111 10 10101 1010011 1010110

Color Harmonies of #F9D4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D4C0

Black with #F9D4C0

Text Example


Text Example

White with #F9D4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D4C0; }

 p { color: rgb(249,212,192); }

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

background-color css

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

 a { background-color: rgb(249,212,192); }

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

border-color css

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

 span { border-color: rgb(249,212,192); }

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