#FDC6CD

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

Shades of Pink #FDC6CD

Tints of Pink #FDC6CD

Color information

#FDC6CD (or 0xFDC6CD) is unknown color: approx Pink. HEX triplet: FD, C6 and CD. RGB value is (253,198,205). Sum of RGB (Red+Green+Blue) = 253+198+205=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CD is #023932. Grayscale: #D7D7D7. Windows color (decimal): -145715 or 13485821. OLE color: 13485821.

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

Color convert

RGB253198205-
CMYK00.220.190.01
HSL352.36º93.22%88.43%-
HSV(B)352.36º21.74%99.22%-
XYZ71.7265.6866.65-
YUV215.24122.22154.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=38.57%
G=30.18%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319820500.220.190.01352.3693.2288.43
HexFDC6CD0161311605d58
Octal375306315026231540135130
Binary11111101110001101100110101011010011110110000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6CD; }

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

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

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

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

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

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

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

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