#F3AACE

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

Shades of Lavender Pink #F3AACE

Tints of Lavender Pink #F3AACE

Color information

#F3AACE (or 0xF3AACE) is unknown color: approx Lavender Pink. HEX triplet: F3, AA and CE. RGB value is (243,170,206). Sum of RGB (Red+Green+Blue) = 243+170+206=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AACE is #0C5531. Grayscale: #C3C3C3. Windows color (decimal): -808242 or 13544179. OLE color: 13544179.

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

Color convert

RGB243170206-
CMYK00.300.150.05
HSL330.41º75.26%80.98%-
HSV(B)330.41º30.04%95.29%-
XYZ62.4852.2665.19-
YUV195.93133.68161.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=39.26%
G=27.46%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317020600.300.150.05330.4175.2680.98
HexF3AACE01EF514a4b51
Octal363252316036175512113121
Binary111100111010101011001110011110111110110100101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AACE; }

 p { color: rgb(243,170,206); }

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

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

 a { background-color: rgb(243,170,206); }

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

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

 span { border-color: rgb(243,170,206); }

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