#FFCFDC

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

Shades of Pink Lace #FFCFDC

Tints of Pink Lace #FFCFDC

Color information

#FFCFDC (or 0xFFCFDC) is unknown color: approx Pink Lace. HEX triplet: FF, CF and DC. RGB value is (255,207,220). Sum of RGB (Red+Green+Blue) = 255+207+220=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFDC is #003023. Grayscale: #DEDEDE. Windows color (decimal): -12324 or 14471167. OLE color: 14471167.

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

Color convert

RGB255207220-
CMYK00.190.140
HSL343.75º100%90.59%-
HSV(B)343.75º18.82%100%-
XYZ76.4771.0577.39-
YUV222.83126.4150.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=37.39%
G=30.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520722000.190.140343.7510090.59
HexFFCFDC013E0158645b
Octal377317334023160530144133
Binary1111111111001111110111000100111110010101100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFDC; }

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

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

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

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

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

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

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

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