#FECFD8

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

Shades of Pink Lace #FECFD8

Tints of Pink Lace #FECFD8

Color information

#FECFD8 (or 0xFECFD8) is unknown color: approx Pink Lace. HEX triplet: FE, CF and D8. RGB value is (254,207,216). Sum of RGB (Red+Green+Blue) = 254+207+216=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD8 is #013027. Grayscale: #DEDEDE. Windows color (decimal): -77864 or 14209022. OLE color: 14209022.

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

Color convert

RGB254207216-
CMYK00.190.150.00
HSL348.51º95.92%90.39%-
HSV(B)348.51º18.5%99.61%-
XYZ75.5870.6574.62-
YUV222.08124.57150.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=37.52%
G=30.58%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420721600.190.150.00348.5195.9290.39
HexFECFD8013F015d605a
Octal376317330023170535140132
Binary1111111011001111110110000100111111010101110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFD8; }

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

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

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

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

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

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

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

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