Html Css Color HEX #FEA2D6 Lavender Pink

📋 copy color: '#FEA2D6'

red 254 ◦ green 162 ◦ blue 214

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

Shades of Lavender Pink #FEA2D6

Tints of Lavender Pink #FEA2D6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.71%

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

R = 40.32%
G = 25.71%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEA2D6 (or 0xFEA2D6) is known color: Lavender Pink. HEX triplet: FE, A2 and D6. RGB value is (254,162,214). Sum of RGB (Red+Green+Blue) = 254+162+214=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D6 is #015D29. Grayscale: #C3C3C3. Windows color (decimal): -89386 or 14066430. OLE color: 14066430.

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

Color convert

RGB 254 162 214 -
CMYK 0 0.36 0.16 0.00
HSL 326.09º 0.98% 0.82% -
HSV(B) 326.09º 0.36% 1% -
XYZ 65.93 51.77 70.14 -
YUV 195.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 254 162 214 0 0.36 0.16 0.00 326.09 0.98 0.82
Hex FE A2 D6 0 24 10 0 146 62 52
Octal 376 242 326 0 44 20 0 506 142 122
Binary 11111110 10100010 11010110 0 100100 10000 0 101000110 1100010 1010010

Color Harmonies of #FEA2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2D6

Black with #FEA2D6

Text Example


Text Example

White with #FEA2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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