#F7ADE6

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

Shades of Lavender Rose #F7ADE6

Tints of Lavender Rose #F7ADE6

Color information

#F7ADE6 (or 0xF7ADE6) is unknown color: approx Lavender Rose. HEX triplet: F7, AD and E6. RGB value is (247,173,230). Sum of RGB (Red+Green+Blue) = 247+173+230=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADE6 is #085219. Grayscale: #C9C9C9. Windows color (decimal): -545306 or 15117815. OLE color: 15117815.

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

Color convert

RGB247173230-
CMYK00.300.070.03
HSL313.78º82.22%82.35%-
HSV(B)313.78º29.96%96.86%-
XYZ67.5855.3781.99-
YUV201.62144.02160.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 173 (67.97% from 255) = 26.62%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=38%
G=26.62%
B=35.38%

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
Decimal24717323000.300.070.03313.7882.2282.35
HexF7ADE601E7313a5252
Octal36725534603673472122122
Binary1111011110101101111001100111101111110011101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADE6; }

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

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

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

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

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

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

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

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