#F1ABE7

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

Shades of Lavender Rose #F1ABE7

Tints of Lavender Rose #F1ABE7

Color information

#F1ABE7 (or 0xF1ABE7) is unknown color: approx Lavender Rose. HEX triplet: F1, AB and E7. RGB value is (241,171,231). Sum of RGB (Red+Green+Blue) = 241+171+231=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABE7 is #0E5418. Grayscale: #C6C6C6. Windows color (decimal): -939033 or 15182833. OLE color: 15182833.

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

Color convert

RGB241171231-
CMYK00.290.040.05
HSL308.57º71.43%80.78%-
HSV(B)308.57º29.05%94.51%-
XYZ65.2653.682.51-
YUV198.77146.19158.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 231 (90.62% from 255) = 35.93%
R=37.48%
G=26.59%
B=35.93%

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
Decimal24117123100.290.040.05308.5771.4380.78
HexF1ABE701D451354751
Octal36125334703545465107121
Binary11110001101010111110011101110110010110011010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABE7; }

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

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

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

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

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

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

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

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