#F7AEE8

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

Shades of Lavender Rose #F7AEE8

Tints of Lavender Rose #F7AEE8

Color information

#F7AEE8 (or 0xF7AEE8) is unknown color: approx Lavender Rose. HEX triplet: F7, AE and E8. RGB value is (247,174,232). Sum of RGB (Red+Green+Blue) = 247+174+232=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AEE8 is #085117. Grayscale: #CACACA. Windows color (decimal): -545048 or 15249143. OLE color: 15249143.

HSL color Cylindrical-coordinate representation of color #F7AEE8: hue angle of 312.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AEE8 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247174232-
CMYK00.300.060.03
HSL312.33º82.02%82.55%-
HSV(B)312.33º29.55%96.86%-
XYZ68.0655.8783.54-
YUV202.44144.68159.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.83%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=37.83%
G=26.65%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717423200.300.060.03312.3382.0282.55
HexF7AEE801E631385253
Octal36725635003663470122123
Binary1111011110101110111010000111101101110011100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEE8; }

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

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

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

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

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

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

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

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