#F7ADEB

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

Shades of Lavender Rose #F7ADEB

Tints of Lavender Rose #F7ADEB

Color information

#F7ADEB (or 0xF7ADEB) is unknown color: approx Lavender Rose. HEX triplet: F7, AD and EB. RGB value is (247,173,235). Sum of RGB (Red+Green+Blue) = 247+173+235=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADEB is #085214. Grayscale: #CACACA. Windows color (decimal): -545301 or 15445495. OLE color: 15445495.

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

Color convert

RGB247173235-
CMYK00.300.050.03
HSL309.73º82.22%82.35%-
HSV(B)309.73º29.96%96.86%-
XYZ68.355.6685.74-
YUV202.19146.52159.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.71%
GREEN value IS 173 (67.97% from 255) = 26.41%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=37.71%
G=26.41%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717323500.300.050.03309.7382.2282.35
HexF7ADEB01E531365252
Octal36725535303653466122122
Binary1111011110101101111010110111101011110011011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADEB; }

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

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

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

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

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

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

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

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