#F2A2ED

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

Shades of Lavender Rose #F2A2ED

Tints of Lavender Rose #F2A2ED

Color information

#F2A2ED (or 0xF2A2ED) is unknown color: approx Lavender Rose. HEX triplet: F2, A2 and ED. RGB value is (242,162,237). Sum of RGB (Red+Green+Blue) = 242+162+237=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 162 (63.67% from 255 or 25.27% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A2ED is #0D5D12. Grayscale: #C2C2C2. Windows color (decimal): -875795 or 15573746. OLE color: 15573746.

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

Color convert

RGB242162237-
CMYK00.330.020.05
HSL303.75º75.47%79.22%-
HSV(B)303.75º33.06%94.9%-
XYZ64.8250.8386.52-
YUV194.47152161.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 162 (63.67% from 255) = 25.27%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=37.75%
G=25.27%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216223700.330.020.05303.7575.4779.22
HexF2A2ED021251304b4f
Octal36224235504125460113117
Binary11110010101000101110110101000011010110011000010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A2ED; }

 p { color: rgb(242,162,237); }

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

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

 a { background-color: rgb(242,162,237); }

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

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

 span { border-color: rgb(242,162,237); }

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