Html Css Color HEX #FFAEDB Lavender Pink

📋 copy color: '#FFAEDB'

red 255 ◦ green 174 ◦ blue 219

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

Shades of Lavender Pink #FFAEDB

Tints of Lavender Pink #FFAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 39.35%
G = 26.85%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFAEDB (or 0xFFAEDB) is known color: Lavender Pink. HEX triplet: FF, AE and DB. RGB value is (255,174,219). Sum of RGB (Red+Green+Blue) = 255+174+219=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEDB is #005124. Grayscale: #CBCBCB. Windows color (decimal): -20773 or 14397183. OLE color: 14397183.

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

Color convert

RGB 255 174 219 -
CMYK 0 0.32 0.14 0
HSL 326.67º 1% 0.84% -
HSV(B) 326.67º 0.32% 1% -
XYZ 69.16 56.65 74.31 -
YUV 203.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 255 174 219 0 0.32 0.14 0 326.67 1 0.84
Hex FF AE DB 0 20 E 0 147 64 54
Octal 377 256 333 0 40 16 0 507 144 124
Binary 11111111 10101110 11011011 0 100000 1110 0 101000111 1100100 1010100

Color Harmonies of #FFAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEDB

Black with #FFAEDB

Text Example


Text Example

White with #FFAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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