#F1ABEC

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

Shades of Lavender Rose #F1ABEC

Tints of Lavender Rose #F1ABEC

Color information

#F1ABEC (or 0xF1ABEC) is unknown color: approx Lavender Rose. HEX triplet: F1, AB and EC. RGB value is (241,171,236). Sum of RGB (Red+Green+Blue) = 241+171+236=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABEC is #0E5413. Grayscale: #C7C7C7. Windows color (decimal): -939028 or 15510513. OLE color: 15510513.

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

Color convert

RGB241171236-
CMYK00.290.020.05
HSL304.29º71.43%80.78%-
HSV(B)304.29º29.05%94.51%-
XYZ65.9853.8886.28-
YUV199.34148.69157.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 171 (67.19% from 255) = 26.39%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=37.19%
G=26.39%
B=36.42%

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
Decimal24117123600.290.020.05304.2971.4380.78
HexF1ABEC01D251304751
Octal36125335403525460107121
Binary1111000110101011111011000111011010110011000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABEC; }

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

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

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

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

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

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

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

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