Html Css Color HEX #FEACD6 Lavender Pink

📋 copy color: '#FEACD6'

red 254 ◦ green 172 ◦ blue 214

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

Shades of Lavender Pink #FEACD6

Tints of Lavender Pink #FEACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.88%

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

R = 39.69%
G = 26.88%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEACD6 (or 0xFEACD6) is known color: Lavender Pink. HEX triplet: FE, AC and D6. RGB value is (254,172,214). Sum of RGB (Red+Green+Blue) = 254+172+214=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD6 is #015329. Grayscale: #C9C9C9. Windows color (decimal): -86826 or 14068990. OLE color: 14068990.

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

Color convert

RGB 254 172 214 -
CMYK 0 0.32 0.16 0.00
HSL 329.27º 0.98% 0.84% -
HSV(B) 329.27º 0.32% 1% -
XYZ 67.76 55.43 70.75 -
YUV 201.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 254 172 214 0 0.32 0.16 0.00 329.27 0.98 0.84
Hex FE AC D6 0 20 10 0 149 62 54
Octal 376 254 326 0 40 20 0 511 142 124
Binary 11111110 10101100 11010110 0 100000 10000 0 101001001 1100010 1010100

Color Harmonies of #FEACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACD6

Black with #FEACD6

Text Example


Text Example

White with #FEACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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