#F1AECE

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

Shades of Lavender Pink #F1AECE

Tints of Lavender Pink #F1AECE

Color information

#F1AECE (or 0xF1AECE) is unknown color: approx Lavender Pink. HEX triplet: F1, AE and CE. RGB value is (241,174,206). Sum of RGB (Red+Green+Blue) = 241+174+206=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AECE is #0E5131. Grayscale: #C5C5C5. Windows color (decimal): -938290 or 13545201. OLE color: 13545201.

HSL color Cylindrical-coordinate representation of color #F1AECE: hue angle of 331.34º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AECE is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241174206-
CMYK00.280.150.05
HSL331.34º70.53%81.37%-
HSV(B)331.34º27.8%94.51%-
XYZ62.5553.4365.41-
YUV197.68132.7158.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=38.81%
G=28.02%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117420600.280.150.05331.3470.5381.37
HexF1AECE01CF514b4751
Octal361256316034175513107121
Binary111100011010111011001110011100111110110100101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AECE; }

 p { color: rgb(241,174,206); }

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

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

 a { background-color: rgb(241,174,206); }

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

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

 span { border-color: rgb(241,174,206); }

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