Html Css Color HEX #F9A29F Rose Bud

📋 copy color: '#F9A29F'

red 249 ◦ green 162 ◦ blue 159

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

Shades of Rose Bud #F9A29F

Tints of Rose Bud #F9A29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.89%

R = 43.68%
G = 28.42%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9A29F (or 0xF9A29F) is known color: Rose Bud. HEX triplet: F9, A2 and 9F. RGB value is (249,162,159). Sum of RGB (Red+Green+Blue) = 249+162+159=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A29F is #065D60. Grayscale: #BBBBBB. Windows color (decimal): -417121 or 10461945. OLE color: 10461945.

HSL color Cylindrical-coordinate representation of color #F9A29F: hue angle of 2º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A29F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 159 -
CMYK 0 0.35 0.36 0.02
HSL 0.88% 0.8% -
HSV(B) 0.36% 0.98% -
XYZ 58.25 48.48 39.09 -
YUV 187.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 249 162 159 0 0.35 0.36 0.02 2 0.88 0.8
Hex F9 A2 9F 0 23 24 2 2 58 50
Octal 371 242 237 0 43 44 2 2 130 120
Binary 11111001 10100010 10011111 0 100011 100100 10 10 1011000 1010000

Color Harmonies of #F9A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A29F

Black with #F9A29F

Text Example


Text Example

White with #F9A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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