Html Css Color HEX #FEAADC Lavender Pink

📋 copy color: '#FEAADC'

red 254 ◦ green 170 ◦ blue 220

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

Shades of Lavender Pink #FEAADC

Tints of Lavender Pink #FEAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.4%

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

R = 39.44%
G = 26.4%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEAADC (or 0xFEAADC) is known color: Lavender Pink. HEX triplet: FE, AA and DC. RGB value is (254,170,220). Sum of RGB (Red+Green+Blue) = 254+170+220=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAADC is #015523. Grayscale: #C8C8C8. Windows color (decimal): -87332 or 14461694. OLE color: 14461694.

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

Color convert

RGB 254 170 220 -
CMYK 0 0.33 0.13 0.00
HSL 324.29º 0.98% 0.83% -
HSV(B) 324.29º 0.33% 1% -
XYZ 68.17 54.99 74.73 -
YUV 200.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 254 170 220 0 0.33 0.13 0.00 324.29 0.98 0.83
Hex FE AA DC 0 21 D 0 144 62 53
Octal 376 252 334 0 41 15 0 504 142 123
Binary 11111110 10101010 11011100 0 100001 1101 0 101000100 1100010 1010011

Color Harmonies of #FEAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAADC

Black with #FEAADC

Text Example


Text Example

White with #FEAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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