Html Css Color HEX #F9A98F Rose Bud

📋 copy color: '#F9A98F'

red 249 ◦ green 169 ◦ blue 143

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

Shades of Rose Bud #F9A98F

Tints of Rose Bud #F9A98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.49%

R = 44.39%
G = 30.12%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9A98F (or 0xF9A98F) is known color: Rose Bud. HEX triplet: F9, A9 and 8F. RGB value is (249,169,143). Sum of RGB (Red+Green+Blue) = 249+169+143=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A98F is #065670. Grayscale: #BEBEBE. Windows color (decimal): -415345 or 9415161. OLE color: 9415161.

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

Color convert

RGB 249 169 143 -
CMYK 0 0.32 0.43 0.02
HSL 14.72º 0.9% 0.77% -
HSV(B) 14.72º 0.43% 0.98% -
XYZ 58.21 50.5 32.67 -
YUV 189.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 249 169 143 0 0.32 0.43 0.02 14.72 0.9 0.77
Hex F9 A9 8F 0 20 2B 2 F 5A 4D
Octal 371 251 217 0 40 53 2 17 132 115
Binary 11111001 10101001 10001111 0 100000 101011 10 1111 1011010 1001101

Color Harmonies of #F9A98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A98F

Black with #F9A98F

Text Example


Text Example

White with #F9A98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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