#FFAED3

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

Shades of Lavender Pink #FFAED3

Tints of Lavender Pink #FFAED3

Color information

#FFAED3 (or 0xFFAED3) is unknown color: approx Lavender Pink. HEX triplet: FF, AE and D3. RGB value is (255,174,211). Sum of RGB (Red+Green+Blue) = 255+174+211=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED3 is #00512C. Grayscale: #CACACA. Windows color (decimal): -20781 or 13872895. OLE color: 13872895.

HSL color Cylindrical-coordinate representation of color #FFAED3: hue angle of 332.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAED3 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB255174211-
CMYK00.320.170
HSL332.59º100%84.12%-
HSV(B)332.59º31.76%100%-
XYZ68.1356.2468.89-
YUV202.44132.84165.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 211 (82.81% from 255) = 32.97%
R=39.84%
G=27.19%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517421100.320.170332.5910084.12
HexFFAED302011014d6454
Octal377256323040210515144124
Binary111111111010111011010011010000010001010100110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAED3; }

 p { color: rgb(255,174,211); }

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

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

 a { background-color: rgb(255,174,211); }

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

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

 span { border-color: rgb(255,174,211); }

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