Html Css Color HEX #FEA0D4 Lavender Pink

📋 copy color: '#FEA0D4'

red 254 ◦ green 160 ◦ blue 212

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

Shades of Lavender Pink #FEA0D4

Tints of Lavender Pink #FEA0D4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.56%

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 40.58%
G = 25.56%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEA0D4 (or 0xFEA0D4) is known color: Lavender Pink. HEX triplet: FE, A0 and D4. RGB value is (254,160,212). Sum of RGB (Red+Green+Blue) = 254+160+212=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D4 is #015F2B. Grayscale: #C1C1C1. Windows color (decimal): -89900 or 13934846. OLE color: 13934846.

HSL color Cylindrical-coordinate representation of color #FEA0D4: hue angle of 326.81º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0D4 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 212 -
CMYK 0 0.37 0.17 0.00
HSL 326.81º 0.98% 0.81% -
HSV(B) 326.81º 0.37% 1% -
XYZ 65.33 50.97 68.68 -
YUV 194.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 254 160 212 0 0.37 0.17 0.00 326.81 0.98 0.81
Hex FE A0 D4 0 25 11 0 147 62 51
Octal 376 240 324 0 45 21 0 507 142 121
Binary 11111110 10100000 11010100 0 100101 10001 0 101000111 1100010 1010001

Color Harmonies of #FEA0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0D4

Black with #FEA0D4

Text Example


Text Example

White with #FEA0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0D4; }

 p { color: rgb(254,160,212); }

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

background-color css

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

 a { background-color: rgb(254,160,212); }

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

border-color css

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

 span { border-color: rgb(254,160,212); }

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