#FDC4D1

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

Shades of Pink #FDC4D1

Tints of Pink #FDC4D1

Color information

#FDC4D1 (or 0xFDC4D1) is unknown color: approx Pink. HEX triplet: FD, C4 and D1. RGB value is (253,196,209). Sum of RGB (Red+Green+Blue) = 253+196+209=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4D1 is #023B2E. Grayscale: #D6D6D6. Windows color (decimal): -146223 or 13747453. OLE color: 13747453.

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

Color convert

RGB253196209-
CMYK00.230.170.01
HSL346.32º93.44%88.04%-
HSV(B)346.32º22.53%99.22%-
XYZ71.7664.9769.08-
YUV214.52124.88155.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 196 (76.95% from 255) = 29.79%
BLUE value IS 209 (82.03% from 255) = 31.76%
R=38.45%
G=29.79%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319620900.230.170.01346.3293.4488.04
HexFDC4D101711115a5d58
Octal375304321027211532135130
Binary11111101110001001101000101011110001110101101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4D1; }

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

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

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

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

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

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

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

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