#F9AE99

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

Shades of Rose Bud #F9AE99

Tints of Rose Bud #F9AE99

Color information

#F9AE99 (or 0xF9AE99) is unknown color: approx Rose Bud. HEX triplet: F9, AE and 99. RGB value is (249,174,153). Sum of RGB (Red+Green+Blue) = 249+174+153=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AE99 is #065166. Grayscale: #C2C2C2. Windows color (decimal): -414055 or 10071801. OLE color: 10071801.

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

Color convert

RGB249174153-
CMYK00.300.390.02
HSL13.13º88.89%78.82%-
HSV(B)13.13º38.55%97.65%-
XYZ59.9552.7137.15-
YUV194.03104.85167.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=43.23%
G=30.21%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917415300.300.390.0213.1388.8978.82
HexF9AE9901E272d594f
Octal37125623103647215131117
Binary11111001101011101001100101111010011110110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AE99; }

 p { color: rgb(249,174,153); }

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

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

 a { background-color: rgb(249,174,153); }

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

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

 span { border-color: rgb(249,174,153); }

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