Html Css Color HEX #FEA8D6 Lavender Pink

📋 copy color: '#FEA8D6'

red 254 ◦ green 168 ◦ blue 214

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

Shades of Lavender Pink #FEA8D6

Tints of Lavender Pink #FEA8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.65%

R = 39.94%
G = 26.42%
B = 33.65%

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

#FEA8D6 (or 0xFEA8D6) is known color: Lavender Pink. HEX triplet: FE, A8 and D6. RGB value is (254,168,214). Sum of RGB (Red+Green+Blue) = 254+168+214=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D6 is #015729. Grayscale: #C6C6C6. Windows color (decimal): -87850 or 14067966. OLE color: 14067966.

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

Color convert

RGB 254 168 214 -
CMYK 0 0.34 0.16 0.00
HSL 327.91º 0.98% 0.83% -
HSV(B) 327.91º 0.34% 1% -
XYZ 67.01 53.93 70.5 -
YUV 198.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 254 168 214 0 0.34 0.16 0.00 327.91 0.98 0.83
Hex FE A8 D6 0 22 10 0 148 62 53
Octal 376 250 326 0 42 20 0 510 142 123
Binary 11111110 10101000 11010110 0 100010 10000 0 101001000 1100010 1010011

Color Harmonies of #FEA8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8D6

Black with #FEA8D6

Text Example


Text Example

White with #FEA8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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