#FDC6CB

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

Shades of Pink #FDC6CB

Tints of Pink #FDC6CB

Color information

#FDC6CB (or 0xFDC6CB) is unknown color: approx Pink. HEX triplet: FD, C6 and CB. RGB value is (253,198,203). Sum of RGB (Red+Green+Blue) = 253+198+203=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CB is #023934. Grayscale: #D7D7D7. Windows color (decimal): -145717 or 13354749. OLE color: 13354749.

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

Color convert

RGB253198203-
CMYK00.220.200.01
HSL354.55º93.22%88.43%-
HSV(B)354.55º21.74%99.22%-
XYZ71.4865.5865.39-
YUV215.02121.22155.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=38.69%
G=30.28%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319820300.220.200.01354.5593.2288.43
HexFDC6CB0161411635d58
Octal375306313026241543135130
Binary11111101110001101100101101011010100110110001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6CB; }

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

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

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

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

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

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

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

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