Html Css Color HEX #F9A99A Rose Bud

📋 copy color: '#F9A99A'

red 249 ◦ green 169 ◦ blue 154

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

Shades of Rose Bud #F9A99A

Tints of Rose Bud #F9A99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.55%

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

R = 43.53%
G = 29.55%
B = 26.92%

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

#F9A99A (or 0xF9A99A) is known color: Rose Bud. HEX triplet: F9, A9 and 9A. RGB value is (249,169,154). Sum of RGB (Red+Green+Blue) = 249+169+154=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A99A is #065665. Grayscale: #BFBFBF. Windows color (decimal): -415334 or 10136057. OLE color: 10136057.

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

Color convert

RGB 249 169 154 -
CMYK 0 0.32 0.38 0.02
HSL 9.47º 0.89% 0.79% -
HSV(B) 9.47º 0.38% 0.98% -
XYZ 59.09 50.85 37.27 -
YUV 191.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 249 169 154 0 0.32 0.38 0.02 9.47 0.89 0.79
Hex F9 A9 9A 0 20 26 2 9 59 4F
Octal 371 251 232 0 40 46 2 11 131 117
Binary 11111001 10101001 10011010 0 100000 100110 10 1001 1011001 1001111

Color Harmonies of #F9A99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A99A

Black with #F9A99A

Text Example


Text Example

White with #F9A99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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