#F8AE97

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

Shades of Rose Bud #F8AE97

Tints of Rose Bud #F8AE97

Color information

#F8AE97 (or 0xF8AE97) is unknown color: approx Rose Bud. HEX triplet: F8, AE and 97. RGB value is (248,174,151). Sum of RGB (Red+Green+Blue) = 248+174+151=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE97 is #075168. Grayscale: #C1C1C1. Windows color (decimal): -479593 or 9940728. OLE color: 9940728.

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

Color convert

RGB248174151-
CMYK00.300.390.03
HSL14.23º87.39%78.24%-
HSV(B)14.23º39.11%97.25%-
XYZ59.4352.4636.27-
YUV193.5104.02166.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=43.28%
G=30.37%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817415100.300.390.0314.2387.3978.24
HexF8AE9701E273e574e
Octal37025622703647316127116
Binary11111000101011101001011101111010011111111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AE97; }

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

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

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

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

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

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

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

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