Shades of Pink #FDBDCC
Tints of Pink #FDBDCC
RGB
CMYK
RGB Variations
Color information
#FDBDCC (or 0xFDBDCC) is known color: Pink. HEX triplet: FD, BD and CC. RGB value is (253,189,204). Sum of RGB (Red+Green+Blue) = 253+189+204=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCC is #024233. Grayscale: #D1D1D1. Windows color (decimal): -148020 or 13417981. OLE color: 13417981.
HSL color Cylindrical-coordinate representation of color #FDBDCC: hue angle of 345.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDCC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 204 | - |
CMYK | 0 | 0.25 | 0.19 | 0.01 |
HSL | 345.94º | 0.94% | 0.87% | - |
HSV(B) | 345.94º | 0.25% | 0.99% | - |
XYZ | 69.6 | 61.64 | 65.36 | - |
YUV | 209.85 | 124.7 | 158.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 204 | 0 | 0.25 | 0.19 | 0.01 | 345.94 | 0.94 | 0.87 |
Hex | FD | BD | CC | 0 | 19 | 13 | 1 | 15A | 5E | 57 |
Octal | 375 | 275 | 314 | 0 | 31 | 23 | 1 | 532 | 136 | 127 |
Binary | 11111101 | 10111101 | 11001100 | 0 | 11001 | 10011 | 1 | 101011010 | 1011110 | 1010111 |
Color Harmonies of #FDBDCC
Complementary color
Monochromatic Colors of #FDBDCC
Black with #FDBDCC
Text Example
Text Example
White with #FDBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDCC; }
p { color: rgb(253,189,204); }
H1.HeaderClassName
{
color: #FDBDCC;
}
.AnyTagClassName
{
color: #FDBDCC;
}
</style>
background-color css
<style>
a { background-color: #FDBDCC; }
a { background-color: rgb(253,189,204); }
div.DivClassName
{
background-color: #FDBDCC;
}
.BgClassName
{
background-color: #FDBDCC;
}
</style>
border-color css
<style>
span { border-color: #FDBDCC; }
span { border-color: rgb(253,189,204); }
td.TdClassName
{
border-color: #FDBDCC;
}
.TagClassName
{
border-color: #FDBDCC;
}
</style>