#F7AE97

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

Shades of Rose Bud #F7AE97

Tints of Rose Bud #F7AE97

Color information

#F7AE97 (or 0xF7AE97) is unknown color: approx Rose Bud. HEX triplet: F7, AE and 97. RGB value is (247,174,151). Sum of RGB (Red+Green+Blue) = 247+174+151=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE97 is #085168. Grayscale: #C1C1C1. Windows color (decimal): -545129 or 9940727. OLE color: 9940727.

HSL color Cylindrical-coordinate representation of color #F7AE97: hue angle of 14.38º degrees, saturation: 0.86, 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 #F7AE97 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247174151-
CMYK00.300.390.03
HSL14.38º85.71%78.04%-
HSV(B)14.38º38.87%96.86%-
XYZ59.0852.2836.26-
YUV193.2104.18166.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 151 (59.38% from 255) = 26.40%
R=43.18%
G=30.42%
B=26.40%

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
Decimal24717415100.300.390.0314.3885.7178.04
HexF7AE9701E273e564e
Octal36725622703647316126116
Binary11110111101011101001011101111010011111111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE97; }

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

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

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

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

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

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

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

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