#F2ABEC

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

Shades of Lavender Rose #F2ABEC

Tints of Lavender Rose #F2ABEC

Color information

#F2ABEC (or 0xF2ABEC) is unknown color: approx Lavender Rose. HEX triplet: F2, AB and EC. RGB value is (242,171,236). Sum of RGB (Red+Green+Blue) = 242+171+236=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEC is #0D5413. Grayscale: #C7C7C7. Windows color (decimal): -873492 or 15510514. OLE color: 15510514.

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

Color convert

RGB242171236-
CMYK00.290.020.05
HSL305.07º73.2%80.98%-
HSV(B)305.07º29.34%94.9%-
XYZ66.3254.0686.3-
YUV199.64148.52158.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=37.29%
G=26.35%
B=36.36%

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
Decimal24217123600.290.020.05305.0773.280.98
HexF2ABEC01D251314951
Octal36225335403525461111121
Binary1111001010101011111011000111011010110011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABEC; }

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

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

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

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

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

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

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

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