#FDC5D1

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

Shades of Pink #FDC5D1

Tints of Pink #FDC5D1

Color information

#FDC5D1 (or 0xFDC5D1) is unknown color: approx Pink. HEX triplet: FD, C5 and D1. RGB value is (253,197,209). Sum of RGB (Red+Green+Blue) = 253+197+209=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5D1 is #023A2E. Grayscale: #D7D7D7. Windows color (decimal): -145967 or 13747709. OLE color: 13747709.

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

Color convert

RGB253197209-
CMYK00.220.170.01
HSL347.14º93.33%88.24%-
HSV(B)347.14º22.13%99.22%-
XYZ71.9865.4269.15-
YUV215.11124.55155.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 197 (77.34% from 255) = 29.89%
BLUE value IS 209 (82.03% from 255) = 31.71%
R=38.39%
G=29.89%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319720900.220.170.01347.1493.3388.24
HexFDC5D101611115b5d58
Octal375305321026211533135130
Binary11111101110001011101000101011010001110101101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5D1; }

 p { color: rgb(253,197,209); }

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

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

 a { background-color: rgb(253,197,209); }

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

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

 span { border-color: rgb(253,197,209); }

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