Html Css Color HEX #FFAED0 Lavender Pink

📋 copy color: '#FFAED0'

red 255 ◦ green 174 ◦ blue 208

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

Shades of Lavender Pink #FFAED0

Tints of Lavender Pink #FFAED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 40.03%
G = 27.32%
B = 32.65%

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

#FFAED0 (or 0xFFAED0) is known color: Lavender Pink. HEX triplet: FF, AE and D0. RGB value is (255,174,208). Sum of RGB (Red+Green+Blue) = 255+174+208=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED0 is #00512F. Grayscale: #CACACA. Windows color (decimal): -20784 or 13676287. OLE color: 13676287.

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

Color convert

RGB 255 174 208 -
CMYK 0 0.32 0.18 0
HSL 334.81º 1% 0.84% -
HSV(B) 334.81º 0.32% 1% -
XYZ 67.76 56.09 66.93 -
YUV 202.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 255 174 208 0 0.32 0.18 0 334.81 1 0.84
Hex FF AE D0 0 20 12 0 14F 64 54
Octal 377 256 320 0 40 22 0 517 144 124
Binary 11111111 10101110 11010000 0 100000 10010 0 101001111 1100100 1010100

Color Harmonies of #FFAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAED0

Black with #FFAED0

Text Example


Text Example

White with #FFAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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