#FDC7D0

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

Shades of Pink #FDC7D0

Tints of Pink #FDC7D0

Color information

#FDC7D0 (or 0xFDC7D0) is unknown color: approx Pink. HEX triplet: FD, C7 and D0. RGB value is (253,199,208). Sum of RGB (Red+Green+Blue) = 253+199+208=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D0 is #02382F. Grayscale: #D8D8D8. Windows color (decimal): -145456 or 13682685. OLE color: 13682685.

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

Color convert

RGB253199208-
CMYK00.210.180.01
HSL350º93.1%88.63%-
HSV(B)350º21.34%99.22%-
XYZ72.3266.2868.66-
YUV216.17123.39154.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 208 (81.64% from 255) = 31.52%
R=38.33%
G=30.15%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319920800.210.180.0135093.188.63
HexFDC7D001512115e5d59
Octal375307320025221536135131
Binary11111101110001111101000001010110010110101111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7D0; }

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

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

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

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

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

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

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

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