Html Css Color HEX #F9A98A Rose Bud

📋 copy color: '#F9A98A'

red 249 ◦ green 169 ◦ blue 138

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

Shades of Rose Bud #F9A98A

Tints of Rose Bud #F9A98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.82%

R = 44.78%
G = 30.4%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9A98A (or 0xF9A98A) is known color: Rose Bud. HEX triplet: F9, A9 and 8A. RGB value is (249,169,138). Sum of RGB (Red+Green+Blue) = 249+169+138=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A98A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A98A is #065675. Grayscale: #BDBDBD. Windows color (decimal): -415350 or 9087481. OLE color: 9087481.

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

Color convert

RGB 249 169 138 -
CMYK 0 0.32 0.45 0.02
HSL 16.76º 0.9% 0.76% -
HSV(B) 16.76º 0.45% 0.98% -
XYZ 57.84 50.35 30.71 -
YUV 189.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 249 169 138 0 0.32 0.45 0.02 16.76 0.9 0.76
Hex F9 A9 8A 0 20 2D 2 11 5A 4C
Octal 371 251 212 0 40 55 2 21 132 114
Binary 11111001 10101001 10001010 0 100000 101101 10 10001 1011010 1001100

Color Harmonies of #F9A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A98A

Black with #F9A98A

Text Example


Text Example

White with #F9A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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