Html Css Color HEX #F9AA96 Rose Bud

📋 copy color: '#F9AA96'

red 249 ◦ green 170 ◦ blue 150

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

Shades of Rose Bud #F9AA96

Tints of Rose Bud #F9AA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 43.76%
G = 29.88%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9AA96 (or 0xF9AA96) is known color: Rose Bud. HEX triplet: F9, AA and 96. RGB value is (249,170,150). Sum of RGB (Red+Green+Blue) = 249+170+150=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA96 is #065569. Grayscale: #BFBFBF. Windows color (decimal): -415082 or 9874169. OLE color: 9874169.

HSL color Cylindrical-coordinate representation of color #F9AA96: hue angle of 12.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9AA96 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 170 150 -
CMYK 0 0.32 0.40 0.02
HSL 12.12º 0.89% 0.78% -
HSV(B) 12.12º 0.4% 0.98% -
XYZ 58.95 51.09 35.61 -
YUV 191.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 249 170 150 0 0.32 0.40 0.02 12.12 0.89 0.78
Hex F9 AA 96 0 20 28 2 C 59 4E
Octal 371 252 226 0 40 50 2 14 131 116
Binary 11111001 10101010 10010110 0 100000 101000 10 1100 1011001 1001110

Color Harmonies of #F9AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA96

Black with #F9AA96

Text Example


Text Example

White with #F9AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA96; }

 p { color: rgb(249,170,150); }

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

background-color css

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

 a { background-color: rgb(249,170,150); }

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

border-color css

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

 span { border-color: rgb(249,170,150); }

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