#F1AECC

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

Shades of Lavender Pink #F1AECC

Tints of Lavender Pink #F1AECC

Color information

#F1AECC (or 0xF1AECC) is unknown color: approx Lavender Pink. HEX triplet: F1, AE and CC. RGB value is (241,174,204). Sum of RGB (Red+Green+Blue) = 241+174+204=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AECC is #0E5133. Grayscale: #C5C5C5. Windows color (decimal): -938292 or 13414129. OLE color: 13414129.

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

Color convert

RGB241174204-
CMYK00.280.150.05
HSL333.13º70.53%81.37%-
HSV(B)333.13º27.8%94.51%-
XYZ62.3153.3364.14-
YUV197.45131.7159.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=38.93%
G=28.11%
B=32.96%

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
Decimal24117420400.280.150.05333.1370.5381.37
HexF1AECC01CF514d4751
Octal361256314034175515107121
Binary111100011010111011001100011100111110110100110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AECC; }

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

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

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

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

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

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

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

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