#FDC6CE

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

Shades of Pink #FDC6CE

Tints of Pink #FDC6CE

Color information

#FDC6CE (or 0xFDC6CE) is unknown color: approx Pink. HEX triplet: FD, C6 and CE. RGB value is (253,198,206). Sum of RGB (Red+Green+Blue) = 253+198+206=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CE is #023931. Grayscale: #D7D7D7. Windows color (decimal): -145714 or 13551357. OLE color: 13551357.

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

Color convert

RGB253198206-
CMYK00.220.190.01
HSL351.27º93.22%88.43%-
HSV(B)351.27º21.74%99.22%-
XYZ71.8465.7367.29-
YUV215.36122.72154.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 198 (77.73% from 255) = 30.14%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=38.51%
G=30.14%
B=31.35%

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
Decimal25319820600.220.190.01351.2793.2288.43
HexFDC6CE01613115f5d58
Octal375306316026231537135130
Binary11111101110001101100111001011010011110101111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6CE; }

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

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

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

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

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

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

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

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