#F1AFE4

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

Shades of Lavender Rose #F1AFE4

Tints of Lavender Rose #F1AFE4

Color information

#F1AFE4 (or 0xF1AFE4) is unknown color: approx Lavender Rose. HEX triplet: F1, AF and E4. RGB value is (241,175,228). Sum of RGB (Red+Green+Blue) = 241+175+228=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFE4 is #0E501B. Grayscale: #C8C8C8. Windows color (decimal): -938012 or 14987249. OLE color: 14987249.

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

Color convert

RGB241175228-
CMYK00.270.050.05
HSL311.82º70.21%81.57%-
HSV(B)311.82º27.39%94.51%-
XYZ65.6154.9680.55-
YUV200.78143.37156.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=37.42%
G=27.17%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117522800.270.050.05311.8270.2181.57
HexF1AFE401B551384652
Octal36125734403355470106122
Binary11110001101011111110010001101110110110011100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFE4; }

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

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

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

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

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

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

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

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