Html Css Color HEX #F9A98B Rose Bud

📋 copy color: '#F9A98B'

red 249 ◦ green 169 ◦ blue 139

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

Shades of Rose Bud #F9A98B

Tints of Rose Bud #F9A98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.96%

R = 44.7%
G = 30.34%
B = 24.96%

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

#F9A98B (or 0xF9A98B) is known color: Rose Bud. HEX triplet: F9, A9 and 8B. RGB value is (249,169,139). Sum of RGB (Red+Green+Blue) = 249+169+139=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A98B is #065674. Grayscale: #BDBDBD. Windows color (decimal): -415349 or 9153017. OLE color: 9153017.

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

Color convert

RGB 249 169 139 -
CMYK 0 0.32 0.44 0.02
HSL 16.36º 0.9% 0.76% -
HSV(B) 16.36º 0.44% 0.98% -
XYZ 57.92 50.38 31.1 -
YUV 189.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 249 169 139 0 0.32 0.44 0.02 16.36 0.9 0.76
Hex F9 A9 8B 0 20 2C 2 10 5A 4C
Octal 371 251 213 0 40 54 2 20 132 114
Binary 11111001 10101001 10001011 0 100000 101100 10 10000 1011010 1001100

Color Harmonies of #F9A98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A98B

Black with #F9A98B

Text Example


Text Example

White with #F9A98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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