Html Css Color HEX #FEA8D5 Lavender Pink

📋 copy color: '#FEA8D5'

red 254 ◦ green 168 ◦ blue 213

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

Shades of Lavender Pink #FEA8D5

Tints of Lavender Pink #FEA8D5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.46%

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

R = 40%
G = 26.46%
B = 33.54%

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

#FEA8D5 (or 0xFEA8D5) is known color: Lavender Pink. HEX triplet: FE, A8 and D5. RGB value is (254,168,213). Sum of RGB (Red+Green+Blue) = 254+168+213=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D5 is #01572A. Grayscale: #C6C6C6. Windows color (decimal): -87851 or 14002430. OLE color: 14002430.

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

Color convert

RGB 254 168 213 -
CMYK 0 0.34 0.16 0.00
HSL 328.6º 0.98% 0.83% -
HSV(B) 328.6º 0.34% 1% -
XYZ 66.89 53.88 69.83 -
YUV 198.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 254 168 213 0 0.34 0.16 0.00 328.6 0.98 0.83
Hex FE A8 D5 0 22 10 0 149 62 53
Octal 376 250 325 0 42 20 0 511 142 123
Binary 11111110 10101000 11010101 0 100010 10000 0 101001001 1100010 1010011

Color Harmonies of #FEA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8D5

Black with #FEA8D5

Text Example


Text Example

White with #FEA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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