#F2A0EA

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

Shades of Lavender Rose #F2A0EA

Tints of Lavender Rose #F2A0EA

Color information

#F2A0EA (or 0xF2A0EA) is unknown color: approx Lavender Rose. HEX triplet: F2, A0 and EA. RGB value is (242,160,234). Sum of RGB (Red+Green+Blue) = 242+160+234=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0EA is #0D5F15. Grayscale: #C0C0C0. Windows color (decimal): -876310 or 15376626. OLE color: 15376626.

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

Color convert

RGB242160234-
CMYK00.340.030.05
HSL305.85º75.93%78.82%-
HSV(B)305.85º33.88%94.9%-
XYZ64.0449.9684.11-
YUV192.95151.17162.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 160 (62.89% from 255) = 25.16%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=38.05%
G=25.16%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216023400.340.030.05305.8575.9378.82
HexF2A0EA022351324c4f
Octal36224035204235462114117
Binary11110010101000001110101001000101110110011001010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A0EA; }

 p { color: rgb(242,160,234); }

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

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

 a { background-color: rgb(242,160,234); }

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

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

 span { border-color: rgb(242,160,234); }

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