#F7AEDE

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

Shades of Lavender Rose #F7AEDE

Tints of Lavender Rose #F7AEDE

Color information

#F7AEDE (or 0xF7AEDE) is unknown color: approx Lavender Rose. HEX triplet: F7, AE and DE. RGB value is (247,174,222). Sum of RGB (Red+Green+Blue) = 247+174+222=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDE is #085121. Grayscale: #C9C9C9. Windows color (decimal): -545058 or 14593783. OLE color: 14593783.

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

Color convert

RGB247174222-
CMYK00.300.100.03
HSL320.55º82.02%82.55%-
HSV(B)320.55º29.55%96.86%-
XYZ66.6855.3276.27-
YUV201.3139.68160.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 174 (68.36% from 255) = 27.06%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=38.41%
G=27.06%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717422200.300.100.03320.5582.0282.55
HexF7AEDE01EA31415253
Octal367256336036123501122123
Binary11110111101011101101111001111010101110100000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEDE; }

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

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

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

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

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

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

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

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