Html Css Color HEX #FEA3D6 Lavender Pink

📋 copy color: '#FEA3D6'

red 254 ◦ green 163 ◦ blue 214

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

Shades of Lavender Pink #FEA3D6

Tints of Lavender Pink #FEA3D6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.83%

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

R = 40.25%
G = 25.83%
B = 33.91%

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

#FEA3D6 (or 0xFEA3D6) is known color: Lavender Pink. HEX triplet: FE, A3 and D6. RGB value is (254,163,214). Sum of RGB (Red+Green+Blue) = 254+163+214=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3D6 is #015C29. Grayscale: #C3C3C3. Windows color (decimal): -89130 or 14066686. OLE color: 14066686.

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

Color convert

RGB 254 163 214 -
CMYK 0 0.36 0.16 0.00
HSL 326.37º 0.98% 0.82% -
HSV(B) 326.37º 0.36% 1% -
XYZ 66.11 52.12 70.19 -
YUV 196.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 254 163 214 0 0.36 0.16 0.00 326.37 0.98 0.82
Hex FE A3 D6 0 24 10 0 146 62 52
Octal 376 243 326 0 44 20 0 506 142 122
Binary 11111110 10100011 11010110 0 100100 10000 0 101000110 1100010 1010010

Color Harmonies of #FEA3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3D6

Black with #FEA3D6

Text Example


Text Example

White with #FEA3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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