#FDC7CD

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

Shades of Pink #FDC7CD

Tints of Pink #FDC7CD

Color information

#FDC7CD (or 0xFDC7CD) is unknown color: approx Pink. HEX triplet: FD, C7 and CD. RGB value is (253,199,205). Sum of RGB (Red+Green+Blue) = 253+199+205=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CD is #023832. Grayscale: #D7D7D7. Windows color (decimal): -145459 or 13486077. OLE color: 13486077.

HSL color Cylindrical-coordinate representation of color #FDC7CD: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7CD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253199205-
CMYK00.210.190.01
HSL353.33º93.1%88.63%-
HSV(B)353.33º21.34%99.22%-
XYZ71.9566.1466.73-
YUV215.83121.89154.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 199 (78.12% from 255) = 30.29%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=38.51%
G=30.29%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319920500.210.190.01353.3393.188.63
HexFDC7CD0151311615d59
Octal375307315025231541135131
Binary11111101110001111100110101010110011110110000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7CD; }

 p { color: rgb(253,199,205); }

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

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

 a { background-color: rgb(253,199,205); }

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

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

 span { border-color: rgb(253,199,205); }

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