Html Css Color HEX #FEAEDC Lavender Pink

📋 copy color: '#FEAEDC'

red 254 ◦ green 174 ◦ blue 220

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

Shades of Lavender Pink #FEAEDC

Tints of Lavender Pink #FEAEDC

RGB

 RED value IS 254 (99.61% from 255) = 39.2%

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

 BLUE value IS 220 (86.33% from 255) = 33.95%

R = 39.2%
G = 26.85%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEAEDC (or 0xFEAEDC) is known color: Lavender Pink. HEX triplet: FE, AE and DC. RGB value is (254,174,220). Sum of RGB (Red+Green+Blue) = 254+174+220=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEDC is #015123. Grayscale: #CBCBCB. Windows color (decimal): -86308 or 14462718. OLE color: 14462718.

HSL color Cylindrical-coordinate representation of color #FEAEDC: hue angle of 325.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEDC is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 174 220 -
CMYK 0 0.31 0.13 0.00
HSL 325.5º 0.98% 0.84% -
HSV(B) 325.5º 0.31% 1% -
XYZ 68.93 56.51 74.98 -
YUV 203.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 254 174 220 0 0.31 0.13 0.00 325.5 0.98 0.84
Hex FE AE DC 0 1F D 0 146 62 54
Octal 376 256 334 0 37 15 0 506 142 124
Binary 11111110 10101110 11011100 0 11111 1101 0 101000110 1100010 1010100

Color Harmonies of #FEAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEDC

Black with #FEAEDC

Text Example


Text Example

White with #FEAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEDC; }

 p { color: rgb(254,174,220); }

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

background-color css

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

 a { background-color: rgb(254,174,220); }

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

border-color css

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

 span { border-color: rgb(254,174,220); }

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