#FDCFDD

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

Shades of Pink Lace #FDCFDD

Tints of Pink Lace #FDCFDD

Color information

#FDCFDD (or 0xFDCFDD) is unknown color: approx Pink Lace. HEX triplet: FD, CF and DD. RGB value is (253,207,221). Sum of RGB (Red+Green+Blue) = 253+207+221=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDD is #023022. Grayscale: #DEDEDE. Windows color (decimal): -143395 or 14536701. OLE color: 14536701.

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

Color convert

RGB253207221-
CMYK00.180.130.01
HSL341.74º92%90.2%-
HSV(B)341.74º18.18%99.22%-
XYZ75.8770.7378.06-
YUV222.35127.24149.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=37.15%
G=30.40%
B=32.45%

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
Decimal25320722100.180.130.01341.749290.2
HexFDCFDD012D11565c5a
Octal375317335022151526134132
Binary1111110111001111110111010100101101110101011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFDD; }

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

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

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

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

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

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

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

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