Html Css Color HEX #FEA8D8 Lavender Pink

📋 copy color: '#FEA8D8'

red 254 ◦ green 168 ◦ blue 216

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

Shades of Lavender Pink #FEA8D8

Tints of Lavender Pink #FEA8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 39.81%
G = 26.33%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEA8D8 (or 0xFEA8D8) is known color: Lavender Pink. HEX triplet: FE, A8 and D8. RGB value is (254,168,216). Sum of RGB (Red+Green+Blue) = 254+168+216=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D8 is #015727. Grayscale: #C7C7C7. Windows color (decimal): -87848 or 14199038. OLE color: 14199038.

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

Color convert

RGB 254 168 216 -
CMYK 0 0.34 0.15 0.00
HSL 326.51º 0.98% 0.83% -
HSV(B) 326.51º 0.34% 1% -
XYZ 67.27 54.03 71.85 -
YUV 199.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 254 168 216 0 0.34 0.15 0.00 326.51 0.98 0.83
Hex FE A8 D8 0 22 F 0 147 62 53
Octal 376 250 330 0 42 17 0 507 142 123
Binary 11111110 10101000 11011000 0 100010 1111 0 101000111 1100010 1010011

Color Harmonies of #FEA8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8D8

Black with #FEA8D8

Text Example


Text Example

White with #FEA8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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