#FDC1D0

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

Shades of Pink #FDC1D0

Tints of Pink #FDC1D0

Color information

#FDC1D0 (or 0xFDC1D0) is unknown color: approx Pink. HEX triplet: FD, C1 and D0. RGB value is (253,193,208). Sum of RGB (Red+Green+Blue) = 253+193+208=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1D0 is #023E2F. Grayscale: #D4D4D4. Windows color (decimal): -146992 or 13681149. OLE color: 13681149.

HSL color Cylindrical-coordinate representation of color #FDC1D0: hue angle of 345º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1D0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253193208-
CMYK00.240.180.01
HSL345º93.75%87.45%-
HSV(B)345º23.72%99.22%-
XYZ70.9663.5868.21-
YUV212.65125.38156.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 193 (75.78% from 255) = 29.51%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=38.69%
G=29.51%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319320800.240.180.0134593.7587.45
HexFDC1D00181211595e57
Octal375301320030221531136127
Binary11111101110000011101000001100010010110101100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1D0; }

 p { color: rgb(253,193,208); }

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

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

 a { background-color: rgb(253,193,208); }

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

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

 span { border-color: rgb(253,193,208); }

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