Html Css Color HEX #F9A09C Rose Bud

📋 copy color: '#F9A09C'

red 249 ◦ green 160 ◦ blue 156

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

Shades of Rose Bud #F9A09C

Tints of Rose Bud #F9A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.32%

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

R = 44.07%
G = 28.32%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9A09C (or 0xF9A09C) is known color: Rose Bud. HEX triplet: F9, A0 and 9C. RGB value is (249,160,156). Sum of RGB (Red+Green+Blue) = 249+160+156=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A09C is #065F63. Grayscale: #BABABA. Windows color (decimal): -417636 or 10264825. OLE color: 10264825.

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

Color convert

RGB 249 160 156 -
CMYK 0 0.36 0.37 0.02
HSL 2.58º 0.89% 0.79% -
HSV(B) 2.58º 0.37% 0.98% -
XYZ 57.64 47.68 37.62 -
YUV 186.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 249 160 156 0 0.36 0.37 0.02 2.58 0.89 0.79
Hex F9 A0 9C 0 24 25 2 3 59 4F
Octal 371 240 234 0 44 45 2 3 131 117
Binary 11111001 10100000 10011100 0 100100 100101 10 11 1011001 1001111

Color Harmonies of #F9A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A09C

Black with #F9A09C

Text Example


Text Example

White with #F9A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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