#FECFD7

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

Shades of Pink Lace #FECFD7

Tints of Pink Lace #FECFD7

Color information

#FECFD7 (or 0xFECFD7) is unknown color: approx Pink Lace. HEX triplet: FE, CF and D7. RGB value is (254,207,215). Sum of RGB (Red+Green+Blue) = 254+207+215=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD7 is #013028. Grayscale: #DDDDDD. Windows color (decimal): -77865 or 14143486. OLE color: 14143486.

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

Color convert

RGB254207215-
CMYK00.190.150.00
HSL349.79º95.92%90.39%-
HSV(B)349.79º18.5%99.61%-
XYZ75.4570.673.94-
YUV221.96124.07150.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 215 (84.38% from 255) = 31.80%
R=37.57%
G=30.62%
B=31.80%

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
Decimal25420721500.190.150.00349.7995.9290.39
HexFECFD7013F015e605a
Octal376317327023170536140132
Binary1111111011001111110101110100111111010101111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFD7; }

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

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

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

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

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

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

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

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