Html Css Color HEX #FEA7D1 Lavender Pink

📋 copy color: '#FEA7D1'

red 254 ◦ green 167 ◦ blue 209

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

Shades of Lavender Pink #FEA7D1

Tints of Lavender Pink #FEA7D1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.51%

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

R = 40.32%
G = 26.51%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEA7D1 (or 0xFEA7D1) is known color: Lavender Pink. HEX triplet: FE, A7 and D1. RGB value is (254,167,209). Sum of RGB (Red+Green+Blue) = 254+167+209=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7D1 is #01582E. Grayscale: #C5C5C5. Windows color (decimal): -88111 or 13740030. OLE color: 13740030.

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

Color convert

RGB 254 167 209 -
CMYK 0 0.34 0.18 0.00
HSL 331.03º 0.98% 0.83% -
HSV(B) 331.03º 0.34% 1% -
XYZ 66.2 53.31 67.12 -
YUV 197.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 254 167 209 0 0.34 0.18 0.00 331.03 0.98 0.83
Hex FE A7 D1 0 22 12 0 14B 62 53
Octal 376 247 321 0 42 22 0 513 142 123
Binary 11111110 10100111 11010001 0 100010 10010 0 101001011 1100010 1010011

Color Harmonies of #FEA7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7D1

Black with #FEA7D1

Text Example


Text Example

White with #FEA7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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