#FDCFD6

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

Shades of Pink Lace #FDCFD6

Tints of Pink Lace #FDCFD6

Color information

#FDCFD6 (or 0xFDCFD6) is unknown color: approx Pink Lace. HEX triplet: FD, CF and D6. RGB value is (253,207,214). Sum of RGB (Red+Green+Blue) = 253+207+214=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD6 is #023029. Grayscale: #DDDDDD. Windows color (decimal): -143402 or 14077949. OLE color: 14077949.

HSL color Cylindrical-coordinate representation of color #FDCFD6: hue angle of 350.87º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFD6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253207214-
CMYK00.180.150.01
HSL350.87º92%90.2%-
HSV(B)350.87º18.18%99.22%-
XYZ74.9670.3673.25-
YUV221.55123.74150.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 214 (83.98% from 255) = 31.75%
R=37.54%
G=30.71%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320721400.180.150.01350.879290.2
HexFDCFD6012F115f5c5a
Octal375317326022171537134132
Binary1111110111001111110101100100101111110101111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFD6; }

 p { color: rgb(253,207,214); }

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

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

 a { background-color: rgb(253,207,214); }

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

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

 span { border-color: rgb(253,207,214); }

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