#FED1DA

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

Shades of Pink Lace #FED1DA

Tints of Pink Lace #FED1DA

Color information

#FED1DA (or 0xFED1DA) is unknown color: approx Pink Lace. HEX triplet: FE, D1 and DA. RGB value is (254,209,218). Sum of RGB (Red+Green+Blue) = 254+209+218=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1DA is #012E25. Grayscale: #DFDFDF. Windows color (decimal): -77350 or 14340606. OLE color: 14340606.

HSL color Cylindrical-coordinate representation of color #FED1DA: hue angle of 348º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1DA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254209218-
CMYK00.180.140.00
HSL348º95.74%90.78%-
HSV(B)348º17.72%99.61%-
XYZ76.3371.7376.15-
YUV223.48124.91149.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=37.30%
G=30.69%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420921800.180.140.0034895.7490.78
HexFED1DA012E015c605b
Octal376321332022160534140133
Binary1111111011010001110110100100101110010101110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1DA; }

 p { color: rgb(254,209,218); }

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

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

 a { background-color: rgb(254,209,218); }

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

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

 span { border-color: rgb(254,209,218); }

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