#F9A997

Color #F9A997 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F9A997

Tints of Rose Bud #F9A997

Color information

#F9A997 (or 0xF9A997) is unknown color: approx Rose Bud. HEX triplet: F9, A9 and 97. RGB value is (249,169,151). Sum of RGB (Red+Green+Blue) = 249+169+151=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A997 is #065668. Grayscale: #BFBFBF. Windows color (decimal): -415337 or 9939449. OLE color: 9939449.

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

Color convert

RGB249169151-
CMYK00.320.390.02
HSL11.02º89.09%78.43%-
HSV(B)11.02º39.36%97.65%-
XYZ58.8450.7535.97-
YUV190.87105.5169.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=43.76%
G=29.70%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916915100.320.390.0211.0289.0978.43
HexF9A997020272b594e
Octal37125122704047213131116
Binary111110011010100110010111010000010011110101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A997; }

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

 H1.HeaderClassName
 {
   color: #F9A997;
 }
 .AnyTagClassName
 {
   color: #F9A997;
 }
</style>
background-color css

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

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

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

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

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

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