#FECFDA

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

Shades of Pink Lace #FECFDA

Tints of Pink Lace #FECFDA

Color information

#FECFDA (or 0xFECFDA) is unknown color: approx Pink Lace. HEX triplet: FE, CF and DA. RGB value is (254,207,218). Sum of RGB (Red+Green+Blue) = 254+207+218=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDA is #013025. Grayscale: #DEDEDE. Windows color (decimal): -77862 or 14340094. OLE color: 14340094.

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

Color convert

RGB254207218-
CMYK00.190.140.00
HSL345.96º95.92%90.39%-
HSV(B)345.96º18.5%99.61%-
XYZ75.8470.7675.99-
YUV222.31125.57150.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 218 (85.55% from 255) = 32.11%
R=37.41%
G=30.49%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420721800.190.140.00345.9695.9290.39
HexFECFDA013E015a605a
Octal376317332023160532140132
Binary1111111011001111110110100100111110010101101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFDA; }

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

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

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

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

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

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

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

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