Html Css Color HEX #FEACD2 Lavender Pink

📋 copy color: '#FEACD2'

red 254 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #FEACD2

Tints of Lavender Pink #FEACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.02%

R = 39.94%
G = 27.04%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEACD2 (or 0xFEACD2) is known color: Lavender Pink. HEX triplet: FE, AC and D2. RGB value is (254,172,210). Sum of RGB (Red+Green+Blue) = 254+172+210=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD2 is #01532D. Grayscale: #C8C8C8. Windows color (decimal): -86830 or 13806846. OLE color: 13806846.

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

Color convert

RGB 254 172 210 -
CMYK 0 0.32 0.17 0.00
HSL 332.2º 0.98% 0.84% -
HSV(B) 332.2º 0.32% 1% -
XYZ 67.26 55.23 68.09 -
YUV 200.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 254 172 210 0 0.32 0.17 0.00 332.2 0.98 0.84
Hex FE AC D2 0 20 11 0 14C 62 54
Octal 376 254 322 0 40 21 0 514 142 124
Binary 11111110 10101100 11010010 0 100000 10001 0 101001100 1100010 1010100

Color Harmonies of #FEACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACD2

Black with #FEACD2

Text Example


Text Example

White with #FEACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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