#F8AE99

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

Shades of Rose Bud #F8AE99

Tints of Rose Bud #F8AE99

Color information

#F8AE99 (or 0xF8AE99) is unknown color: approx Rose Bud. HEX triplet: F8, AE and 99. RGB value is (248,174,153). Sum of RGB (Red+Green+Blue) = 248+174+153=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE99 is #075166. Grayscale: #C1C1C1. Windows color (decimal): -479591 or 10071800. OLE color: 10071800.

HSL color Cylindrical-coordinate representation of color #F8AE99: hue angle of 13.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8AE99 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248174153-
CMYK00.300.380.03
HSL13.26º87.16%78.63%-
HSV(B)13.26º38.31%97.25%-
XYZ59.652.5337.13-
YUV193.73105.02166.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=43.13%
G=30.26%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817415300.300.380.0313.2687.1678.63
HexF8AE9901E263d574f
Octal37025623103646315127117
Binary11111000101011101001100101111010011011110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AE99; }

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

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

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

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

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

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

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

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