#F2A2E1

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

Shades of Lavender Rose #F2A2E1

Tints of Lavender Rose #F2A2E1

Color information

#F2A2E1 (or 0xF2A2E1) is unknown color: approx Lavender Rose. HEX triplet: F2, A2 and E1. RGB value is (242,162,225). Sum of RGB (Red+Green+Blue) = 242+162+225=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2E1 is #0D5D1E. Grayscale: #C0C0C0. Windows color (decimal): -875807 or 14787314. OLE color: 14787314.

HSL color Cylindrical-coordinate representation of color #F2A2E1: hue angle of 312.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 #F2A2E1 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242162225-
CMYK00.330.070.05
HSL312.75º75.47%79.22%-
HSV(B)312.75º33.06%94.9%-
XYZ63.1350.1577.59-
YUV193.1146162.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 162 (63.67% from 255) = 25.76%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=38.47%
G=25.76%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216222500.330.070.05312.7575.4779.22
HexF2A2E1021751394b4f
Octal36224234104175471113117
Binary111100101010001011100001010000111110110011100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A2E1; }

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

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

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

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

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

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

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

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