Html Css Color HEX #F9AA9A Rose Bud

📋 copy color: '#F9AA9A'

red 249 ◦ green 170 ◦ blue 154

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

Shades of Rose Bud #F9AA9A

Tints of Rose Bud #F9AA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.88%

R = 43.46%
G = 29.67%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9AA9A (or 0xF9AA9A) is known color: Rose Bud. HEX triplet: F9, AA and 9A. RGB value is (249,170,154). Sum of RGB (Red+Green+Blue) = 249+170+154=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA9A is #065565. Grayscale: #BFBFBF. Windows color (decimal): -415078 or 10136313. OLE color: 10136313.

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

Color convert

RGB 249 170 154 -
CMYK 0 0.32 0.38 0.02
HSL 10.11º 0.89% 0.79% -
HSV(B) 10.11º 0.38% 0.98% -
XYZ 59.27 51.22 37.33 -
YUV 191.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 249 170 154 0 0.32 0.38 0.02 10.11 0.89 0.79
Hex F9 AA 9A 0 20 26 2 A 59 4F
Octal 371 252 232 0 40 46 2 12 131 117
Binary 11111001 10101010 10011010 0 100000 100110 10 1010 1011001 1001111

Color Harmonies of #F9AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA9A

Black with #F9AA9A

Text Example


Text Example

White with #F9AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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