Html Css Color HEX #F9A49A Rose Bud

📋 copy color: '#F9A49A'

red 249 ◦ green 164 ◦ blue 154

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

Shades of Rose Bud #F9A49A

Tints of Rose Bud #F9A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.92%

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

R = 43.92%
G = 28.92%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9A49A (or 0xF9A49A) is known color: Rose Bud. HEX triplet: F9, A4 and 9A. RGB value is (249,164,154). Sum of RGB (Red+Green+Blue) = 249+164+154=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A49A is #065B65. Grayscale: #BCBCBC. Windows color (decimal): -416614 or 10134777. OLE color: 10134777.

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

Color convert

RGB 249 164 154 -
CMYK 0 0.34 0.38 0.02
HSL 6.32º 0.89% 0.79% -
HSV(B) 6.32º 0.38% 0.98% -
XYZ 58.18 49.02 36.97 -
YUV 188.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 249 164 154 0 0.34 0.38 0.02 6.32 0.89 0.79
Hex F9 A4 9A 0 22 26 2 6 59 4F
Octal 371 244 232 0 42 46 2 6 131 117
Binary 11111001 10100100 10011010 0 100010 100110 10 110 1011001 1001111

Color Harmonies of #F9A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A49A

Black with #F9A49A

Text Example


Text Example

White with #F9A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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