#F7A9ED

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

Shades of Lavender Rose #F7A9ED

Tints of Lavender Rose #F7A9ED

Color information

#F7A9ED (or 0xF7A9ED) is unknown color: approx Lavender Rose. HEX triplet: F7, A9 and ED. RGB value is (247,169,237). Sum of RGB (Red+Green+Blue) = 247+169+237=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A9ED is #085612. Grayscale: #C7C7C7. Windows color (decimal): -546323 or 15575543. OLE color: 15575543.

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

Color convert

RGB247169237-
CMYK00.320.040.03
HSL307.69º82.98%81.57%-
HSV(B)307.69º31.58%96.86%-
XYZ67.8354.2687.02-
YUV200.07148.84161.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.83%
GREEN value IS 169 (66.41% from 255) = 25.88%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=37.83%
G=25.88%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716923700.320.040.03307.6982.9881.57
HexF7A9ED020431345352
Octal36725135504043464123122
Binary11110111101010011110110101000001001110011010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A9ED; }

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

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

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

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

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

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

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

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