#F2A5E7

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

Shades of Lavender Rose #F2A5E7

Tints of Lavender Rose #F2A5E7

Color information

#F2A5E7 (or 0xF2A5E7) is unknown color: approx Lavender Rose. HEX triplet: F2, A5 and E7. RGB value is (242,165,231). Sum of RGB (Red+Green+Blue) = 242+165+231=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5E7 is #0D5A18. Grayscale: #C3C3C3. Windows color (decimal): -875033 or 15181298. OLE color: 15181298.

HSL color Cylindrical-coordinate representation of color #F2A5E7: hue angle of 308.57º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A5E7 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242165231-
CMYK00.320.050.05
HSL308.57º74.76%79.8%-
HSV(B)308.57º31.82%94.9%-
XYZ64.551.5682.15-
YUV195.55148.01161.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 165 (64.84% from 255) = 25.86%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=37.93%
G=25.86%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216523100.320.050.05308.5774.7679.8
HexF2A5E7020551354b50
Octal36224534704055465113120
Binary111100101010010111100111010000010110110011010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5E7; }

 p { color: rgb(242,165,231); }

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

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

 a { background-color: rgb(242,165,231); }

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

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

 span { border-color: rgb(242,165,231); }

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