Html Css Color HEX #F9A98D Rose Bud

📋 copy color: '#F9A98D'

red 249 ◦ green 169 ◦ blue 141

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

Shades of Rose Bud #F9A98D

Tints of Rose Bud #F9A98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 44.54%
G = 30.23%
B = 25.22%

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

#F9A98D (or 0xF9A98D) is known color: Rose Bud. HEX triplet: F9, A9 and 8D. RGB value is (249,169,141). Sum of RGB (Red+Green+Blue) = 249+169+141=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A98D is #065672. Grayscale: #BDBDBD. Windows color (decimal): -415347 or 9284089. OLE color: 9284089.

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

Color convert

RGB 249 169 141 -
CMYK 0 0.32 0.43 0.02
HSL 15.56º 0.9% 0.76% -
HSV(B) 15.56º 0.43% 0.98% -
XYZ 58.06 50.44 31.87 -
YUV 189.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 249 169 141 0 0.32 0.43 0.02 15.56 0.9 0.76
Hex F9 A9 8D 0 20 2B 2 10 5A 4C
Octal 371 251 215 0 40 53 2 20 132 114
Binary 11111001 10101001 10001101 0 100000 101011 10 10000 1011010 1001100

Color Harmonies of #F9A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A98D

Black with #F9A98D

Text Example


Text Example

White with #F9A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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