Html Css Color HEX #FEA7D5 Lavender Pink

📋 copy color: '#FEA7D5'

red 254 ◦ green 167 ◦ blue 213

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

Shades of Lavender Pink #FEA7D5

Tints of Lavender Pink #FEA7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.6%

R = 40.06%
G = 26.34%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEA7D5 (or 0xFEA7D5) is known color: Lavender Pink. HEX triplet: FE, A7 and D5. RGB value is (254,167,213). Sum of RGB (Red+Green+Blue) = 254+167+213=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7D5 is #01582A. Grayscale: #C6C6C6. Windows color (decimal): -88107 or 14002174. OLE color: 14002174.

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

Color convert

RGB 254 167 213 -
CMYK 0 0.34 0.16 0.00
HSL 328.28º 0.98% 0.83% -
HSV(B) 328.28º 0.34% 1% -
XYZ 66.7 53.51 69.76 -
YUV 198.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 254 167 213 0 0.34 0.16 0.00 328.28 0.98 0.83
Hex FE A7 D5 0 22 10 0 148 62 53
Octal 376 247 325 0 42 20 0 510 142 123
Binary 11111110 10100111 11010101 0 100010 10000 0 101001000 1100010 1010011

Color Harmonies of #FEA7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7D5

Black with #FEA7D5

Text Example


Text Example

White with #FEA7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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