Html Css Color HEX #FEA5D6 Lavender Pink

📋 copy color: '#FEA5D6'

red 254 ◦ green 165 ◦ blue 214

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

Shades of Lavender Pink #FEA5D6

Tints of Lavender Pink #FEA5D6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.07%

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

R = 40.13%
G = 26.07%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEA5D6 (or 0xFEA5D6) is known color: Lavender Pink. HEX triplet: FE, A5 and D6. RGB value is (254,165,214). Sum of RGB (Red+Green+Blue) = 254+165+214=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5D6 is #015A29. Grayscale: #C5C5C5. Windows color (decimal): -88618 or 14067198. OLE color: 14067198.

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

Color convert

RGB 254 165 214 -
CMYK 0 0.35 0.16 0.00
HSL 326.97º 0.98% 0.82% -
HSV(B) 326.97º 0.35% 1% -
XYZ 66.47 52.84 70.31 -
YUV 197.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 254 165 214 0 0.35 0.16 0.00 326.97 0.98 0.82
Hex FE A5 D6 0 23 10 0 147 62 52
Octal 376 245 326 0 43 20 0 507 142 122
Binary 11111110 10100101 11010110 0 100011 10000 0 101000111 1100010 1010010

Color Harmonies of #FEA5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5D6

Black with #FEA5D6

Text Example


Text Example

White with #FEA5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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