#F7ADED

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

Shades of Lavender Rose #F7ADED

Tints of Lavender Rose #F7ADED

Color information

#F7ADED (or 0xF7ADED) is unknown color: approx Lavender Rose. HEX triplet: F7, AD and ED. RGB value is (247,173,237). Sum of RGB (Red+Green+Blue) = 247+173+237=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADED is #085212. Grayscale: #CACACA. Windows color (decimal): -545299 or 15576567. OLE color: 15576567.

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

Color convert

RGB247173237-
CMYK00.300.040.03
HSL308.11º82.22%82.35%-
HSV(B)308.11º29.96%96.86%-
XYZ68.5955.7887.27-
YUV202.42147.52159.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 173 (67.97% from 255) = 26.33%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=37.60%
G=26.33%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717323700.300.040.03308.1182.2282.35
HexF7ADED01E431345252
Octal36725535503643464122122
Binary1111011110101101111011010111101001110011010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADED; }

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

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

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

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

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

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

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

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