Html Css Color HEX #FEA1D1 Lavender Pink

📋 copy color: '#FEA1D1'

red 254 ◦ green 161 ◦ blue 209

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

Shades of Lavender Pink #FEA1D1

Tints of Lavender Pink #FEA1D1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.8%

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

R = 40.71%
G = 25.8%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEA1D1 (or 0xFEA1D1) is known color: Lavender Pink. HEX triplet: FE, A1 and D1. RGB value is (254,161,209). Sum of RGB (Red+Green+Blue) = 254+161+209=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1D1 is #015E2E. Grayscale: #C2C2C2. Windows color (decimal): -89647 or 13738494. OLE color: 13738494.

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

Color convert

RGB 254 161 209 -
CMYK 0 0.37 0.18 0.00
HSL 329.03º 0.98% 0.81% -
HSV(B) 329.03º 0.37% 1% -
XYZ 65.13 51.16 66.76 -
YUV 194.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 254 161 209 0 0.37 0.18 0.00 329.03 0.98 0.81
Hex FE A1 D1 0 25 12 0 149 62 51
Octal 376 241 321 0 45 22 0 511 142 121
Binary 11111110 10100001 11010001 0 100101 10010 0 101001001 1100010 1010001

Color Harmonies of #FEA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1D1

Black with #FEA1D1

Text Example


Text Example

White with #FEA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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