Html Css Color HEX #FEAED2 Lavender Pink

📋 copy color: '#FEAED2'

red 254 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #FEAED2

Tints of Lavender Pink #FEAED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.92%

R = 39.81%
G = 27.27%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEAED2 (or 0xFEAED2) is known color: Lavender Pink. HEX triplet: FE, AE and D2. RGB value is (254,174,210). Sum of RGB (Red+Green+Blue) = 254+174+210=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAED2 is #01512D. Grayscale: #C9C9C9. Windows color (decimal): -86318 or 13807358. OLE color: 13807358.

HSL color Cylindrical-coordinate representation of color #FEAED2: hue angle of 333º 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 #FEAED2 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 174 210 -
CMYK 0 0.31 0.17 0.00
HSL 333º 0.98% 0.84% -
HSV(B) 333º 0.31% 1% -
XYZ 67.64 56 68.22 -
YUV 202.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 254 174 210 0 0.31 0.17 0.00 333 0.98 0.84
Hex FE AE D2 0 1F 11 0 14D 62 54
Octal 376 256 322 0 37 21 0 515 142 124
Binary 11111110 10101110 11010010 0 11111 10001 0 101001101 1100010 1010100

Color Harmonies of #FEAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAED2

Black with #FEAED2

Text Example


Text Example

White with #FEAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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