#F1AFE8

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

Shades of Lavender Rose #F1AFE8

Tints of Lavender Rose #F1AFE8

Color information

#F1AFE8 (or 0xF1AFE8) is unknown color: approx Lavender Rose. HEX triplet: F1, AF and E8. RGB value is (241,175,232). Sum of RGB (Red+Green+Blue) = 241+175+232=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFE8 is #0E5017. Grayscale: #C9C9C9. Windows color (decimal): -938008 or 15249393. OLE color: 15249393.

HSL color Cylindrical-coordinate representation of color #F1AFE8: hue angle of 308.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFE8 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241175232-
CMYK00.270.040.05
HSL308.18º70.21%81.57%-
HSV(B)308.18º27.39%94.51%-
XYZ66.1755.1983.51-
YUV201.23145.37156.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=37.19%
G=27.01%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117523200.270.040.05308.1870.2181.57
HexF1AFE801B451344652
Octal36125735003345464106122
Binary11110001101011111110100001101110010110011010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFE8; }

 p { color: rgb(241,175,232); }

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

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

 a { background-color: rgb(241,175,232); }

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

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

 span { border-color: rgb(241,175,232); }

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