Html Css Color HEX #F9A98C Rose Bud

📋 copy color: '#F9A98C'

red 249 ◦ green 169 ◦ blue 140

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

Shades of Rose Bud #F9A98C

Tints of Rose Bud #F9A98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.09%

R = 44.62%
G = 30.29%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9A98C (or 0xF9A98C) is known color: Rose Bud. HEX triplet: F9, A9 and 8C. RGB value is (249,169,140). Sum of RGB (Red+Green+Blue) = 249+169+140=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A98C is #065673. Grayscale: #BDBDBD. Windows color (decimal): -415348 or 9218553. OLE color: 9218553.

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

Color convert

RGB 249 169 140 -
CMYK 0 0.32 0.44 0.02
HSL 15.96º 0.9% 0.76% -
HSV(B) 15.96º 0.44% 0.98% -
XYZ 57.99 50.41 31.48 -
YUV 189.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 249 169 140 0 0.32 0.44 0.02 15.96 0.9 0.76
Hex F9 A9 8C 0 20 2C 2 10 5A 4C
Octal 371 251 214 0 40 54 2 20 132 114
Binary 11111001 10101001 10001100 0 100000 101100 10 10000 1011010 1001100

Color Harmonies of #F9A98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A98C

Black with #F9A98C

Text Example


Text Example

White with #F9A98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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