Html Css Color HEX #FFAED1 Lavender Pink

📋 copy color: '#FFAED1'

red 255 ◦ green 174 ◦ blue 209

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

Shades of Lavender Pink #FFAED1

Tints of Lavender Pink #FFAED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.76%

R = 39.97%
G = 27.27%
B = 32.76%

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

#FFAED1 (or 0xFFAED1) is known color: Lavender Pink. HEX triplet: FF, AE and D1. RGB value is (255,174,209). Sum of RGB (Red+Green+Blue) = 255+174+209=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED1 is #00512E. Grayscale: #CACACA. Windows color (decimal): -20783 or 13741823. OLE color: 13741823.

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

Color convert

RGB 255 174 209 -
CMYK 0 0.32 0.18 0
HSL 334.07º 1% 0.84% -
HSV(B) 334.07º 0.32% 1% -
XYZ 67.88 56.14 67.58 -
YUV 202.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 255 174 209 0 0.32 0.18 0 334.07 1 0.84
Hex FF AE D1 0 20 12 0 14E 64 54
Octal 377 256 321 0 40 22 0 516 144 124
Binary 11111111 10101110 11010001 0 100000 10010 0 101001110 1100100 1010100

Color Harmonies of #FFAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAED1

Black with #FFAED1

Text Example


Text Example

White with #FFAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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