Html Css Color HEX #F9A99D Rose Bud

📋 copy color: '#F9A99D'

red 249 ◦ green 169 ◦ blue 157

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

Shades of Rose Bud #F9A99D

Tints of Rose Bud #F9A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.39%

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 43.3%
G = 29.39%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9A99D (or 0xF9A99D) is known color: Rose Bud. HEX triplet: F9, A9 and 9D. RGB value is (249,169,157). Sum of RGB (Red+Green+Blue) = 249+169+157=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A99D is #065662. Grayscale: #BFBFBF. Windows color (decimal): -415331 or 10332665. OLE color: 10332665.

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

Color convert

RGB 249 169 157 -
CMYK 0 0.32 0.37 0.02
HSL 7.83º 0.88% 0.8% -
HSV(B) 7.83º 0.37% 0.98% -
XYZ 59.34 50.95 38.61 -
YUV 191.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 249 169 157 0 0.32 0.37 0.02 7.83 0.88 0.8
Hex F9 A9 9D 0 20 25 2 8 58 50
Octal 371 251 235 0 40 45 2 10 130 120
Binary 11111001 10101001 10011101 0 100000 100101 10 1000 1011000 1010000

Color Harmonies of #F9A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A99D

Black with #F9A99D

Text Example


Text Example

White with #F9A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A99D; }

 p { color: rgb(249,169,157); }

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

background-color css

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

 a { background-color: rgb(249,169,157); }

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

border-color css

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

 span { border-color: rgb(249,169,157); }

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