#FDC7C1

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

Shades of Your Pink #FDC7C1

Tints of Your Pink #FDC7C1

Color information

#FDC7C1 (or 0xFDC7C1) is unknown color: approx Your Pink. HEX triplet: FD, C7 and C1. RGB value is (253,199,193). Sum of RGB (Red+Green+Blue) = 253+199+193=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C1 is #02383E. Grayscale: #D6D6D6. Windows color (decimal): -145471 or 12699645. OLE color: 12699645.

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

Color convert

RGB253199193-
CMYK00.210.240.01
HSL93.75%87.45%-
HSV(B)23.72%99.22%-
XYZ70.5665.5859.39-
YUV214.46115.89155.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 193 (75.78% from 255) = 29.92%
R=39.22%
G=30.85%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319919300.210.240.01693.7587.45
HexFDC7C101518165e57
Octal3753073010253016136127
Binary11111101110001111100000101010111000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7C1; }

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

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

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

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

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

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

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

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