Html Css Color HEX #FEA5D7 Lavender Pink

📋 copy color: '#FEA5D7'

red 254 ◦ green 165 ◦ blue 215

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

Shades of Lavender Pink #FEA5D7

Tints of Lavender Pink #FEA5D7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.03%

 BLUE value IS 215 (84.38% from 255) = 33.91%

R = 40.06%
G = 26.03%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEA5D7 (or 0xFEA5D7) is known color: Lavender Pink. HEX triplet: FE, A5 and D7. RGB value is (254,165,215). Sum of RGB (Red+Green+Blue) = 254+165+215=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5D7 is #015A28. Grayscale: #C5C5C5. Windows color (decimal): -88617 or 14132734. OLE color: 14132734.

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

Color convert

RGB 254 165 215 -
CMYK 0 0.35 0.15 0.00
HSL 326.29º 0.98% 0.82% -
HSV(B) 326.29º 0.35% 1% -
XYZ 66.59 52.89 70.99 -
YUV 197.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 254 165 215 0 0.35 0.15 0.00 326.29 0.98 0.82
Hex FE A5 D7 0 23 F 0 146 62 52
Octal 376 245 327 0 43 17 0 506 142 122
Binary 11111110 10100101 11010111 0 100011 1111 0 101000110 1100010 1010010

Color Harmonies of #FEA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5D7

Black with #FEA5D7

Text Example


Text Example

White with #FEA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5D7; }

 p { color: rgb(254,165,215); }

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

background-color css

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

 a { background-color: rgb(254,165,215); }

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

border-color css

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

 span { border-color: rgb(254,165,215); }

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