#F7AEE5

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

Shades of Lavender Rose #F7AEE5

Tints of Lavender Rose #F7AEE5

Color information

#F7AEE5 (or 0xF7AEE5) is unknown color: approx Lavender Rose. HEX triplet: F7, AE and E5. RGB value is (247,174,229). Sum of RGB (Red+Green+Blue) = 247+174+229=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEE5 is #08511A. Grayscale: #C9C9C9. Windows color (decimal): -545051 or 15052535. OLE color: 15052535.

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

Color convert

RGB247174229-
CMYK00.300.070.03
HSL314.79º82.02%82.55%-
HSV(B)314.79º29.55%96.86%-
XYZ67.6455.781.32-
YUV202.1143.18160.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 229 (89.84% from 255) = 35.23%
R=38%
G=26.77%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717422900.300.070.03314.7982.0282.55
HexF7AEE501E7313b5253
Octal36725634503673473122123
Binary1111011110101110111001010111101111110011101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEE5; }

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

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

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

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

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

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

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

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