Html Css Color HEX #FEA4D1 Lavender Pink

📋 copy color: '#FEA4D1'

red 254 ◦ green 164 ◦ blue 209

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

Shades of Lavender Pink #FEA4D1

Tints of Lavender Pink #FEA4D1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.16%

 BLUE value IS 209 (82.03% from 255) = 33.33%

R = 40.51%
G = 26.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEA4D1 (or 0xFEA4D1) is known color: Lavender Pink. HEX triplet: FE, A4 and D1. RGB value is (254,164,209). Sum of RGB (Red+Green+Blue) = 254+164+209=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4D1 is #015B2E. Grayscale: #C3C3C3. Windows color (decimal): -88879 or 13739262. OLE color: 13739262.

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

Color convert

RGB 254 164 209 -
CMYK 0 0.35 0.18 0.00
HSL 330º 0.98% 0.82% -
HSV(B) 330º 0.35% 1% -
XYZ 65.66 52.23 66.94 -
YUV 196.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 254 164 209 0 0.35 0.18 0.00 330 0.98 0.82
Hex FE A4 D1 0 23 12 0 14A 62 52
Octal 376 244 321 0 43 22 0 512 142 122
Binary 11111110 10100100 11010001 0 100011 10010 0 101001010 1100010 1010010

Color Harmonies of #FEA4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4D1

Black with #FEA4D1

Text Example


Text Example

White with #FEA4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4D1; }

 p { color: rgb(254,164,209); }

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

background-color css

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

 a { background-color: rgb(254,164,209); }

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

border-color css

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

 span { border-color: rgb(254,164,209); }

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