#F7AEE6

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

Shades of Lavender Rose #F7AEE6

Tints of Lavender Rose #F7AEE6

Color information

#F7AEE6 (or 0xF7AEE6) is unknown color: approx Lavender Rose. HEX triplet: F7, AE and E6. RGB value is (247,174,230). Sum of RGB (Red+Green+Blue) = 247+174+230=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AEE6 is #085119. Grayscale: #CACACA. Windows color (decimal): -545050 or 15118071. OLE color: 15118071.

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

Color convert

RGB247174230-
CMYK00.300.070.03
HSL313.97º82.02%82.55%-
HSV(B)313.97º29.55%96.86%-
XYZ67.7855.7682.05-
YUV202.21143.68159.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.94%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 230 (90.23% from 255) = 35.33%
R=37.94%
G=26.73%
B=35.33%

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
Decimal24717423000.300.070.03313.9782.0282.55
HexF7AEE601E7313a5253
Octal36725634603673472122123
Binary1111011110101110111001100111101111110011101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEE6; }

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

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

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

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

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

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

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

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