Html Css Color HEX #FFAED5 Lavender Pink

📋 copy color: '#FFAED5'

red 255 ◦ green 174 ◦ blue 213

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

Shades of Lavender Pink #FFAED5

Tints of Lavender Pink #FFAED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 39.72%
G = 27.1%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFAED5 (or 0xFFAED5) is known color: Lavender Pink. HEX triplet: FF, AE and D5. RGB value is (255,174,213). Sum of RGB (Red+Green+Blue) = 255+174+213=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED5 is #00512A. Grayscale: #CACACA. Windows color (decimal): -20779 or 14003967. OLE color: 14003967.

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

Color convert

RGB 255 174 213 -
CMYK 0 0.32 0.16 0
HSL 331.11º 1% 0.84% -
HSV(B) 331.11º 0.32% 1% -
XYZ 68.39 56.34 70.22 -
YUV 202.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 255 174 213 0 0.32 0.16 0 331.11 1 0.84
Hex FF AE D5 0 20 10 0 14B 64 54
Octal 377 256 325 0 40 20 0 513 144 124
Binary 11111111 10101110 11010101 0 100000 10000 0 101001011 1100100 1010100

Color Harmonies of #FFAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAED5

Black with #FFAED5

Text Example


Text Example

White with #FFAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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