Html Css Color HEX #F9AA94 Rose Bud

📋 copy color: '#F9AA94'

red 249 ◦ green 170 ◦ blue 148

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

Shades of Rose Bud #F9AA94

Tints of Rose Bud #F9AA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 43.92%
G = 29.98%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9AA94 (or 0xF9AA94) is known color: Rose Bud. HEX triplet: F9, AA and 94. RGB value is (249,170,148). Sum of RGB (Red+Green+Blue) = 249+170+148=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA94 is #06556B. Grayscale: #BFBFBF. Windows color (decimal): -415084 or 9743097. OLE color: 9743097.

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

Color convert

RGB 249 170 148 -
CMYK 0 0.32 0.41 0.02
HSL 13.07º 0.89% 0.78% -
HSV(B) 13.07º 0.41% 0.98% -
XYZ 58.79 51.03 34.77 -
YUV 191.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 249 170 148 0 0.32 0.41 0.02 13.07 0.89 0.78
Hex F9 AA 94 0 20 29 2 D 59 4E
Octal 371 252 224 0 40 51 2 15 131 116
Binary 11111001 10101010 10010100 0 100000 101001 10 1101 1011001 1001110

Color Harmonies of #F9AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA94

Black with #F9AA94

Text Example


Text Example

White with #F9AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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