#F2ABF2

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

Shades of Lavender Rose #F2ABF2

Tints of Lavender Rose #F2ABF2

Color information

#F2ABF2 (or 0xF2ABF2) is unknown color: approx Lavender Rose. HEX triplet: F2, AB and F2. RGB value is (242,171,242). Sum of RGB (Red+Green+Blue) = 242+171+242=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF2 is #0D540D. Grayscale: #C8C8C8. Windows color (decimal): -873486 or 15903730. OLE color: 15903730.

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

Color convert

RGB242171242-
CMYK00.2900.05
HSL300º73.2%80.98%-
HSV(B)300º29.34%94.9%-
XYZ67.2154.4190.97-
YUV200.32151.52157.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=36.95%
G=26.11%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217124200.2900.0530073.280.98
HexF2ABF201D0512c4951
Octal36225336203505454111121
Binary111100101010101111110010011101010110010110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABF2; }

 p { color: rgb(242,171,242); }

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

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

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

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

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

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

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