#F2ABE9

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

Shades of Lavender Rose #F2ABE9

Tints of Lavender Rose #F2ABE9

Color information

#F2ABE9 (or 0xF2ABE9) is unknown color: approx Lavender Rose. HEX triplet: F2, AB and E9. RGB value is (242,171,233). Sum of RGB (Red+Green+Blue) = 242+171+233=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABE9 is #0D5416. Grayscale: #C7C7C7. Windows color (decimal): -873495 or 15313906. OLE color: 15313906.

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

Color convert

RGB242171233-
CMYK00.290.040.05
HSL307.61º73.2%80.98%-
HSV(B)307.61º29.34%94.9%-
XYZ65.8953.8984.02-
YUV199.3147.02158.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 171 (67.19% from 255) = 26.47%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=37.46%
G=26.47%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217123300.290.040.05307.6173.280.98
HexF2ABE901D451344951
Octal36225335103545464111121
Binary11110010101010111110100101110110010110011010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABE9; }

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

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

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

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

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

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

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

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