#F7AADC

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

Shades of Lavender Rose #F7AADC

Tints of Lavender Rose #F7AADC

Color information

#F7AADC (or 0xF7AADC) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and DC. RGB value is (247,170,220). Sum of RGB (Red+Green+Blue) = 247+170+220=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AADC is #085523. Grayscale: #C6C6C6. Windows color (decimal): -546084 or 14461687. OLE color: 14461687.

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

Color convert

RGB247170220-
CMYK00.310.110.03
HSL321.04º82.8%81.76%-
HSV(B)321.04º31.17%96.86%-
XYZ65.6553.6974.61-
YUV198.72140.01162.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=38.78%
G=26.69%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717022000.310.110.03321.0482.881.76
HexF7AADC01FB31415352
Octal367252334037133501123122
Binary11110111101010101101110001111110111110100000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AADC; }

 p { color: rgb(247,170,220); }

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

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

 a { background-color: rgb(247,170,220); }

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

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

 span { border-color: rgb(247,170,220); }

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