#F2ABEE

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

Shades of Lavender Rose #F2ABEE

Tints of Lavender Rose #F2ABEE

Color information

#F2ABEE (or 0xF2ABEE) is unknown color: approx Lavender Rose. HEX triplet: F2, AB and EE. RGB value is (242,171,238). Sum of RGB (Red+Green+Blue) = 242+171+238=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEE is #0D5411. Grayscale: #C7C7C7. Windows color (decimal): -873490 or 15641586. OLE color: 15641586.

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

Color convert

RGB242171238-
CMYK00.290.020.05
HSL303.38º73.2%80.98%-
HSV(B)303.38º29.34%94.9%-
XYZ66.6154.1887.84-
YUV199.87149.52158.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 171 (67.19% from 255) = 26.27%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=37.17%
G=26.27%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217123800.290.020.05303.3873.280.98
HexF2ABEE01D2512f4951
Octal36225335603525457111121
Binary1111001010101011111011100111011010110010111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABEE; }

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

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

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

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

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

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

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

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