#FED0D8

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

Shades of Pink Lace #FED0D8

Tints of Pink Lace #FED0D8

Color information

#FED0D8 (or 0xFED0D8) is unknown color: approx Pink Lace. HEX triplet: FE, D0 and D8. RGB value is (254,208,216). Sum of RGB (Red+Green+Blue) = 254+208+216=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0D8 is #012F27. Grayscale: #DEDEDE. Windows color (decimal): -77608 or 14209278. OLE color: 14209278.

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

Color convert

RGB254208216-
CMYK00.180.150.00
HSL349.57º95.83%90.59%-
HSV(B)349.57º18.11%99.61%-
XYZ75.8271.1474.7-
YUV222.67124.24150.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 216 (84.77% from 255) = 31.86%
R=37.46%
G=30.68%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420821600.180.150.00349.5795.8390.59
HexFED0D8012F015e605b
Octal376320330022170536140133
Binary1111111011010000110110000100101111010101111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0D8; }

 p { color: rgb(254,208,216); }

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

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

 a { background-color: rgb(254,208,216); }

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

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

 span { border-color: rgb(254,208,216); }

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