#F7AE98

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

Shades of Rose Bud #F7AE98

Tints of Rose Bud #F7AE98

Color information

#F7AE98 (or 0xF7AE98) is unknown color: approx Rose Bud. HEX triplet: F7, AE and 98. RGB value is (247,174,152). Sum of RGB (Red+Green+Blue) = 247+174+152=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE98 is #085167. Grayscale: #C1C1C1. Windows color (decimal): -545128 or 10006263. OLE color: 10006263.

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

Color convert

RGB247174152-
CMYK00.300.380.03
HSL13.89º85.59%78.24%-
HSV(B)13.89º38.46%96.86%-
XYZ59.1652.3136.69-
YUV193.32104.68166.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.11%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=43.11%
G=30.37%
B=26.53%

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
Decimal24717415200.300.380.0313.8985.5978.24
HexF7AE9801E263e564e
Octal36725623003646316126116
Binary11110111101011101001100001111010011011111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE98; }

 p { color: rgb(247,174,152); }

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

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

 a { background-color: rgb(247,174,152); }

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

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

 span { border-color: rgb(247,174,152); }

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