Html Css Color HEX #F9A99F Rose Bud

📋 copy color: '#F9A99F'

red 249 ◦ green 169 ◦ blue 159

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

Shades of Rose Bud #F9A99F

Tints of Rose Bud #F9A99F

RGB

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

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

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

R = 43.15%
G = 29.29%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9A99F (or 0xF9A99F) is known color: Rose Bud. HEX triplet: F9, A9 and 9F. RGB value is (249,169,159). Sum of RGB (Red+Green+Blue) = 249+169+159=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A99F is #065660. Grayscale: #BFBFBF. Windows color (decimal): -415329 or 10463737. OLE color: 10463737.

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

Color convert

RGB 249 169 159 -
CMYK 0 0.32 0.36 0.02
HSL 6.67º 0.88% 0.8% -
HSV(B) 6.67º 0.36% 0.98% -
XYZ 59.51 51.02 39.51 -
YUV 191.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 249 169 159 0 0.32 0.36 0.02 6.67 0.88 0.8
Hex F9 A9 9F 0 20 24 2 7 58 50
Octal 371 251 237 0 40 44 2 7 130 120
Binary 11111001 10101001 10011111 0 100000 100100 10 111 1011000 1010000

Color Harmonies of #F9A99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A99F

Black with #F9A99F

Text Example


Text Example

White with #F9A99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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