#FEACDB

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

Shades of Lavender Pink #FEACDB

Tints of Lavender Pink #FEACDB

Color information

#FEACDB (or 0xFEACDB) is unknown color: approx Lavender Pink. HEX triplet: FE, AC and DB. RGB value is (254,172,219). Sum of RGB (Red+Green+Blue) = 254+172+219=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACDB is #015324. Grayscale: #C9C9C9. Windows color (decimal): -86821 or 14396670. OLE color: 14396670.

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

Color convert

RGB254172219-
CMYK00.320.140.00
HSL325.61º97.62%83.53%-
HSV(B)325.61º32.28%99.61%-
XYZ68.4155.6974.16-
YUV201.88137.67165.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=39.38%
G=26.67%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417221900.320.140.00325.6197.6283.53
HexFEACDB020E01466254
Octal376254333040160506142124
Binary11111110101011001101101101000001110010100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACDB; }

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

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

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

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

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

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

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

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