#F3AED0

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

Shades of Lavender Pink #F3AED0

Tints of Lavender Pink #F3AED0

Color information

#F3AED0 (or 0xF3AED0) is unknown color: approx Lavender Pink. HEX triplet: F3, AE and D0. RGB value is (243,174,208). Sum of RGB (Red+Green+Blue) = 243+174+208=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AED0 is #0C512F. Grayscale: #C6C6C6. Windows color (decimal): -807216 or 13676275. OLE color: 13676275.

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

Color convert

RGB243174208-
CMYK00.280.140.05
HSL330.43º74.19%81.76%-
HSV(B)330.43º28.4%95.29%-
XYZ63.4853.8866.73-
YUV198.51133.36159.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=38.88%
G=27.84%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317420800.280.140.05330.4374.1981.76
HexF3AED001CE514a4a52
Octal363256320034165512112122
Binary111100111010111011010000011100111010110100101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AED0; }

 p { color: rgb(243,174,208); }

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

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

 a { background-color: rgb(243,174,208); }

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

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

 span { border-color: rgb(243,174,208); }

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