#FDC7C6

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

Shades of Your Pink #FDC7C6

Tints of Your Pink #FDC7C6

Color information

#FDC7C6 (or 0xFDC7C6) is unknown color: approx Your Pink. HEX triplet: FD, C7 and C6. RGB value is (253,199,198). Sum of RGB (Red+Green+Blue) = 253+199+198=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C6 is #023839. Grayscale: #D7D7D7. Windows color (decimal): -145466 or 13027325. OLE color: 13027325.

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

Color convert

RGB253199198-
CMYK00.210.220.01
HSL1.09º93.22%88.43%-
HSV(B)1.09º21.74%99.22%-
XYZ71.1265.8162.38-
YUV215.03118.39155.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 199 (78.12% from 255) = 30.62%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=38.92%
G=30.62%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319919800.210.220.011.0993.2288.43
HexFDC7C601516115d58
Octal3753073060252611135130
Binary111111011100011111000110010101101101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7C6; }

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

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

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

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

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

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

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

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