#F7ADE4

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

Shades of Lavender Rose #F7ADE4

Tints of Lavender Rose #F7ADE4

Color information

#F7ADE4 (or 0xF7ADE4) is unknown color: approx Lavender Rose. HEX triplet: F7, AD and E4. RGB value is (247,173,228). Sum of RGB (Red+Green+Blue) = 247+173+228=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADE4 is #08521B. Grayscale: #C9C9C9. Windows color (decimal): -545308 or 14986743. OLE color: 14986743.

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

Color convert

RGB247173228-
CMYK00.300.080.03
HSL315.41º82.22%82.35%-
HSV(B)315.41º29.96%96.86%-
XYZ67.355.2680.52-
YUV201.4143.02160.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.12%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=38.12%
G=26.70%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717322800.300.080.03315.4182.2282.35
HexF7ADE401E8313b5252
Octal367255344036103473122122
Binary11110111101011011110010001111010001110011101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADE4; }

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

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

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

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

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

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

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

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