#FEACD3

Color #FEACD3 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FEACD3

Tints of Lavender Pink #FEACD3

Color information

#FEACD3 (or 0xFEACD3) is unknown color: approx Lavender Pink. HEX triplet: FE, AC and D3. RGB value is (254,172,211). Sum of RGB (Red+Green+Blue) = 254+172+211=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD3 is #01532C. Grayscale: #C8C8C8. Windows color (decimal): -86829 or 13872382. OLE color: 13872382.

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

Color convert

RGB254172211-
CMYK00.320.170.00
HSL331.46º97.62%83.53%-
HSV(B)331.46º32.28%99.61%-
XYZ67.3855.2868.75-
YUV200.96133.67165.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 211 (82.81% from 255) = 33.12%
R=39.87%
G=27.00%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417221100.320.170.00331.4697.6283.53
HexFEACD302011014b6254
Octal376254323040210513142124
Binary111111101010110011010011010000010001010100101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACD3; }

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

 H1.HeaderClassName
 {
   color: #FEACD3;
 }
 .AnyTagClassName
 {
   color: #FEACD3;
 }
</style>
background-color css

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

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

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

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

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

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