#F1AECA

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

Shades of Lavender Pink #F1AECA

Tints of Lavender Pink #F1AECA

Color information

#F1AECA (or 0xF1AECA) is unknown color: approx Lavender Pink. HEX triplet: F1, AE and CA. RGB value is (241,174,202). Sum of RGB (Red+Green+Blue) = 241+174+202=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AECA is #0E5135. Grayscale: #C5C5C5. Windows color (decimal): -938294 or 13283057. OLE color: 13283057.

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

Color convert

RGB241174202-
CMYK00.280.160.05
HSL334.93º70.53%81.37%-
HSV(B)334.93º27.8%94.51%-
XYZ62.0753.2462.88-
YUV197.22130.7159.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=39.06%
G=28.20%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117420200.280.160.05334.9370.5381.37
HexF1AECA01C10514f4751
Octal361256312034205517107121
Binary1111000110101110110010100111001000010110100111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AECA; }

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

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

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

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

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

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

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

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