Html Css Color HEX #FEA8D7 Lavender Pink

📋 copy color: '#FEA8D7'

red 254 ◦ green 168 ◦ blue 215

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

Shades of Lavender Pink #FEA8D7

Tints of Lavender Pink #FEA8D7

RGB

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

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

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

R = 39.87%
G = 26.37%
B = 33.75%

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

#FEA8D7 (or 0xFEA8D7) is known color: Lavender Pink. HEX triplet: FE, A8 and D7. RGB value is (254,168,215). Sum of RGB (Red+Green+Blue) = 254+168+215=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8D7 is #015728. Grayscale: #C6C6C6. Windows color (decimal): -87849 or 14133502. OLE color: 14133502.

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

Color convert

RGB 254 168 215 -
CMYK 0 0.34 0.15 0.00
HSL 327.21º 0.98% 0.83% -
HSV(B) 327.21º 0.34% 1% -
XYZ 67.14 53.98 71.17 -
YUV 199.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 254 168 215 0 0.34 0.15 0.00 327.21 0.98 0.83
Hex FE A8 D7 0 22 F 0 147 62 53
Octal 376 250 327 0 42 17 0 507 142 123
Binary 11111110 10101000 11010111 0 100010 1111 0 101000111 1100010 1010011

Color Harmonies of #FEA8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8D7

Black with #FEA8D7

Text Example


Text Example

White with #FEA8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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