Html Css Color HEX #FEA6D6 Lavender Pink

📋 copy color: '#FEA6D6'

red 254 ◦ green 166 ◦ blue 214

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

Shades of Lavender Pink #FEA6D6

Tints of Lavender Pink #FEA6D6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.18%

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

R = 40.06%
G = 26.18%
B = 33.75%

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

#FEA6D6 (or 0xFEA6D6) is known color: Lavender Pink. HEX triplet: FE, A6 and D6. RGB value is (254,166,214). Sum of RGB (Red+Green+Blue) = 254+166+214=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6D6 is #015929. Grayscale: #C5C5C5. Windows color (decimal): -88362 or 14067454. OLE color: 14067454.

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

Color convert

RGB 254 166 214 -
CMYK 0 0.35 0.16 0.00
HSL 327.27º 0.98% 0.82% -
HSV(B) 327.27º 0.35% 1% -
XYZ 66.65 53.2 70.37 -
YUV 197.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 254 166 214 0 0.35 0.16 0.00 327.27 0.98 0.82
Hex FE A6 D6 0 23 10 0 147 62 52
Octal 376 246 326 0 43 20 0 507 142 122
Binary 11111110 10100110 11010110 0 100011 10000 0 101000111 1100010 1010010

Color Harmonies of #FEA6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6D6

Black with #FEA6D6

Text Example


Text Example

White with #FEA6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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