#FDC6CF

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

Shades of Pink #FDC6CF

Tints of Pink #FDC6CF

Color information

#FDC6CF (or 0xFDC6CF) is unknown color: approx Pink. HEX triplet: FD, C6 and CF. RGB value is (253,198,207). Sum of RGB (Red+Green+Blue) = 253+198+207=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CF is #023930. Grayscale: #D7D7D7. Windows color (decimal): -145713 or 13616893. OLE color: 13616893.

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

Color convert

RGB253198207-
CMYK00.220.180.01
HSL350.18º93.22%88.43%-
HSV(B)350.18º21.74%99.22%-
XYZ71.9665.7867.93-
YUV215.47123.22154.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 198 (77.73% from 255) = 30.09%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=38.45%
G=30.09%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319820700.220.180.01350.1893.2288.43
HexFDC6CF01612115e5d58
Octal375306317026221536135130
Binary11111101110001101100111101011010010110101111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6CF; }

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

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

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

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

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

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

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

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