Html Css Color HEX #FFAED2 Lavender Pink

📋 copy color: '#FFAED2'

red 255 ◦ green 174 ◦ blue 210

#FFAED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FFAED2

Tints of Lavender Pink #FFAED2

RGB

 RED value IS 255 (100% from 255) = 39.91%

 GREEN value IS 174 (68.36% from 255) = 27.23%

 BLUE value IS 210 (82.42% from 255) = 32.86%

R = 39.91%
G = 27.23%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFAED2 (or 0xFFAED2) is known color: Lavender Pink. HEX triplet: FF, AE and D2. RGB value is (255,174,210). Sum of RGB (Red+Green+Blue) = 255+174+210=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED2 is #00512D. Grayscale: #CACACA. Windows color (decimal): -20782 or 13807359. OLE color: 13807359.

HSL color Cylindrical-coordinate representation of color #FFAED2: hue angle of 333.33º 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 #FFAED2 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 174 210 -
CMYK 0 0.32 0.18 0
HSL 333.33º 1% 0.84% -
HSV(B) 333.33º 0.32% 1% -
XYZ 68.01 56.19 68.23 -
YUV 202.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 255 174 210 0 0.32 0.18 0 333.33 1 0.84
Hex FF AE D2 0 20 12 0 14D 64 54
Octal 377 256 322 0 40 22 0 515 144 124
Binary 11111111 10101110 11010010 0 100000 10010 0 101001101 1100100 1010100

Color Harmonies of #FFAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAED2

Black with #FFAED2

Text Example


Text Example

White with #FFAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAED2; }

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

 H1.HeaderClassName
 {
   color: #FFAED2;
 }
 .AnyTagClassName
 {
   color: #FFAED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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