#F7AE95

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

Shades of Rose Bud #F7AE95

Tints of Rose Bud #F7AE95

Color information

#F7AE95 (or 0xF7AE95) is unknown color: approx Rose Bud. HEX triplet: F7, AE and 95. RGB value is (247,174,149). Sum of RGB (Red+Green+Blue) = 247+174+149=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AE95 is #08516A. Grayscale: #C1C1C1. Windows color (decimal): -545131 or 9809655. OLE color: 9809655.

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

Color convert

RGB247174149-
CMYK00.300.400.03
HSL15.31º85.96%77.65%-
HSV(B)15.31º39.68%96.86%-
XYZ58.9252.2235.41-
YUV192.98103.18166.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=43.33%
G=30.53%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717414900.300.400.0315.3185.9677.65
HexF7AE9501E283f564e
Octal36725622503650317126116
Binary11110111101011101001010101111010100011111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE95; }

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

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

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

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

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

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

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

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