#F7A9FA

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

Shades of Lavender Rose #F7A9FA

Tints of Lavender Rose #F7A9FA

Color information

#F7A9FA (or 0xF7A9FA) is unknown color: approx Lavender Rose. HEX triplet: F7, A9 and FA. RGB value is (247,169,250). Sum of RGB (Red+Green+Blue) = 247+169+250=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 169 (66.41% from 255 or 25.38% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A9FA is #085605. Grayscale: #C9C9C9. Windows color (decimal): -546310 or 16427511. OLE color: 16427511.

HSL color Cylindrical-coordinate representation of color #F7A9FA: hue angle of 297.78º 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 #F7A9FA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247169250-
CMYK0.010.3200.02
HSL297.78º89.01%82.16%-
HSV(B)297.78º32.4%98.04%-
XYZ69.855.0597.39-
YUV201.56155.34160.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 169 (66.41% from 255) = 25.38%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=37.09%
G=25.38%
B=37.54%

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
Decimal2471692500.010.3200.02297.7889.0182.16
HexF7A9FA1200212a5952
Octal36725137214002452131122
Binary111101111010100111111010110000001010010101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A9FA; }

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

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

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

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

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

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

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

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