#FDCFDC

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

Shades of Pink Lace #FDCFDC

Tints of Pink Lace #FDCFDC

Color information

#FDCFDC (or 0xFDCFDC) is unknown color: approx Pink Lace. HEX triplet: FD, CF and DC. RGB value is (253,207,220). Sum of RGB (Red+Green+Blue) = 253+207+220=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDC is #023023. Grayscale: #DEDEDE. Windows color (decimal): -143396 or 14471165. OLE color: 14471165.

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

Color convert

RGB253207220-
CMYK00.180.130.01
HSL343.04º92%90.2%-
HSV(B)343.04º18.18%99.22%-
XYZ75.7470.6877.36-
YUV222.24126.74149.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=37.21%
G=30.44%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320722000.180.130.01343.049290.2
HexFDCFDC012D11575c5a
Octal375317334022151527134132
Binary1111110111001111110111000100101101110101011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFDC; }

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

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

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

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

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

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

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

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