#F7AAFA

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

Shades of Lavender Rose #F7AAFA

Tints of Lavender Rose #F7AAFA

Color information

#F7AAFA (or 0xF7AAFA) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and FA. RGB value is (247,170,250). Sum of RGB (Red+Green+Blue) = 247+170+250=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAFA is #085505. Grayscale: #C9C9C9. Windows color (decimal): -546054 or 16427767. OLE color: 16427767.

HSL color Cylindrical-coordinate representation of color #F7AAFA: hue angle of 297.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7AAFA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247170250-
CMYK0.010.3200.02
HSL297.75º88.89%82.35%-
HSV(B)297.75º32%98.04%-
XYZ69.9955.4397.45-
YUV202.14155.01160-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.03%
GREEN value IS 170 (66.80% from 255) = 25.49%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=37.03%
G=25.49%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471702500.010.3200.02297.7588.8982.35
HexF7AAFA1200212a5952
Octal36725237214002452131122
Binary111101111010101011111010110000001010010101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAFA; }

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

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

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

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

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

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

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

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