#F2A0EB

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

Shades of Lavender Rose #F2A0EB

Tints of Lavender Rose #F2A0EB

Color information

#F2A0EB (or 0xF2A0EB) is unknown color: approx Lavender Rose. HEX triplet: F2, A0 and EB. RGB value is (242,160,235). Sum of RGB (Red+Green+Blue) = 242+160+235=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A0EB is #0D5F14. Grayscale: #C0C0C0. Windows color (decimal): -876309 or 15442162. OLE color: 15442162.

HSL color Cylindrical-coordinate representation of color #F2A0EB: hue angle of 305.12º 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 #F2A0EB is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242160235-
CMYK00.340.030.05
HSL305.12º75.93%78.82%-
HSV(B)305.12º33.88%94.9%-
XYZ64.1850.0284.87-
YUV193.07151.67162.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 160 (62.89% from 255) = 25.12%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=37.99%
G=25.12%
B=36.89%

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
Decimal24216023500.340.030.05305.1275.9378.82
HexF2A0EB022351314c4f
Octal36224035304235461114117
Binary11110010101000001110101101000101110110011000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A0EB; }

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

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

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

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

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

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

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

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