Html Css Color HEX #F9D6C6 Tuft Bush

📋 copy color: '#F9D6C6'

red 249 ◦ green 214 ◦ blue 198

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

Shades of Tuft Bush #F9D6C6

Tints of Tuft Bush #F9D6C6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

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

R = 37.67%
G = 32.38%
B = 29.95%

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

#F9D6C6 (or 0xF9D6C6) is known color: Tuft Bush. HEX triplet: F9, D6 and C6. RGB value is (249,214,198). Sum of RGB (Red+Green+Blue) = 249+214+198=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6C6 is #062939. Grayscale: #DEDEDE. Windows color (decimal): -403770 or 13031161. OLE color: 13031161.

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

Color convert

RGB 249 214 198 -
CMYK 0 0.14 0.20 0.02
HSL 18.82º 0.81% 0.88% -
HSV(B) 18.82º 0.2% 0.98% -
XYZ 73.31 72.31 63.52 -
YUV 222.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 249 214 198 0 0.14 0.20 0.02 18.82 0.81 0.88
Hex F9 D6 C6 0 E 14 2 13 51 58
Octal 371 326 306 0 16 24 2 23 121 130
Binary 11111001 11010110 11000110 0 1110 10100 10 10011 1010001 1011000

Color Harmonies of #F9D6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D6C6

Black with #F9D6C6

Text Example


Text Example

White with #F9D6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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