Shades of Pink #FDC2D0
Tints of Pink #FDC2D0
RGB
CMYK
RGB Variations
Color information
#FDC2D0 (or 0xFDC2D0) is known color: Pink. HEX triplet: FD, C2 and D0. RGB value is (253,194,208). Sum of RGB (Red+Green+Blue) = 253+194+208=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2D0 is #023D2F. Grayscale: #D5D5D5. Windows color (decimal): -146736 or 13681405. OLE color: 13681405.
HSL color Cylindrical-coordinate representation of color #FDC2D0: hue angle of 345.76º degrees, saturation: 0.94, 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 #FDC2D0 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 194 | 208 | - |
CMYK | 0 | 0.23 | 0.18 | 0.01 |
HSL | 345.76º | 0.94% | 0.88% | - |
HSV(B) | 345.76º | 0.23% | 0.99% | - |
XYZ | 71.18 | 64.02 | 68.28 | - |
YUV | 213.24 | 125.05 | 156.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 194 | 208 | 0 | 0.23 | 0.18 | 0.01 | 345.76 | 0.94 | 0.88 |
Hex | FD | C2 | D0 | 0 | 17 | 12 | 1 | 15A | 5E | 58 |
Octal | 375 | 302 | 320 | 0 | 27 | 22 | 1 | 532 | 136 | 130 |
Binary | 11111101 | 11000010 | 11010000 | 0 | 10111 | 10010 | 1 | 101011010 | 1011110 | 1011000 |
Color Harmonies of #FDC2D0
Complementary color
Monochromatic Colors of #FDC2D0
Black with #FDC2D0
Text Example
Text Example
White with #FDC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2D0; }
p { color: rgb(253,194,208); }
H1.HeaderClassName
{
color: #FDC2D0;
}
.AnyTagClassName
{
color: #FDC2D0;
}
</style>
background-color css
<style>
a { background-color: #FDC2D0; }
a { background-color: rgb(253,194,208); }
div.DivClassName
{
background-color: #FDC2D0;
}
.BgClassName
{
background-color: #FDC2D0;
}
</style>
border-color css
<style>
span { border-color: #FDC2D0; }
span { border-color: rgb(253,194,208); }
td.TdClassName
{
border-color: #FDC2D0;
}
.TagClassName
{
border-color: #FDC2D0;
}
</style>