Html Css Color HEX #F9A29A Rose Bud

📋 copy color: '#F9A29A'

red 249 ◦ green 162 ◦ blue 154

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

Shades of Rose Bud #F9A29A

Tints of Rose Bud #F9A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.67%

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

R = 44.07%
G = 28.67%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9A29A (or 0xF9A29A) is known color: Rose Bud. HEX triplet: F9, A2 and 9A. RGB value is (249,162,154). Sum of RGB (Red+Green+Blue) = 249+162+154=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A29A is #065D65. Grayscale: #BBBBBB. Windows color (decimal): -417126 or 10134265. OLE color: 10134265.

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

Color convert

RGB 249 162 154 -
CMYK 0 0.35 0.38 0.02
HSL 5.05º 0.89% 0.79% -
HSV(B) 5.05º 0.38% 0.98% -
XYZ 57.82 48.31 36.85 -
YUV 187.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 249 162 154 0 0.35 0.38 0.02 5.05 0.89 0.79
Hex F9 A2 9A 0 23 26 2 5 59 4F
Octal 371 242 232 0 43 46 2 5 131 117
Binary 11111001 10100010 10011010 0 100011 100110 10 101 1011001 1001111

Color Harmonies of #F9A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A29A

Black with #F9A29A

Text Example


Text Example

White with #F9A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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