Html Css Color HEX #F9A29C Rose Bud

📋 copy color: '#F9A29C'

red 249 ◦ green 162 ◦ blue 156

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

Shades of Rose Bud #F9A29C

Tints of Rose Bud #F9A29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 43.92%
G = 28.57%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9A29C (or 0xF9A29C) is known color: Rose Bud. HEX triplet: F9, A2 and 9C. RGB value is (249,162,156). Sum of RGB (Red+Green+Blue) = 249+162+156=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A29C is #065D63. Grayscale: #BBBBBB. Windows color (decimal): -417124 or 10265337. OLE color: 10265337.

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

Color convert

RGB 249 162 156 -
CMYK 0 0.35 0.37 0.02
HSL 3.87º 0.89% 0.79% -
HSV(B) 3.87º 0.37% 0.98% -
XYZ 57.99 48.38 37.73 -
YUV 187.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 249 162 156 0 0.35 0.37 0.02 3.87 0.89 0.79
Hex F9 A2 9C 0 23 25 2 4 59 4F
Octal 371 242 234 0 43 45 2 4 131 117
Binary 11111001 10100010 10011100 0 100011 100101 10 100 1011001 1001111

Color Harmonies of #F9A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A29C

Black with #F9A29C

Text Example


Text Example

White with #F9A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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