Shades of Your Pink #FDCDBE
Tints of Your Pink #FDCDBE
RGB
CMYK
RGB Variations
Color information
#FDCDBE (or 0xFDCDBE) is known color: Your Pink. HEX triplet: FD, CD and BE. RGB value is (253,205,190). Sum of RGB (Red+Green+Blue) = 253+205+190=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDBE is #023241. Grayscale: #D9D9D9. Windows color (decimal): -143938 or 12504573. OLE color: 12504573.
HSL color Cylindrical-coordinate representation of color #FDCDBE: hue angle of 14.29º 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 #FDCDBE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 190 | - |
CMYK | 0 | 0.19 | 0.25 | 0.01 |
HSL | 14.29º | 0.94% | 0.87% | - |
HSV(B) | 14.29º | 0.25% | 0.99% | - |
XYZ | 71.63 | 68.26 | 58.12 | - |
YUV | 217.64 | 112.4 | 153.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 190 | 0 | 0.19 | 0.25 | 0.01 | 14.29 | 0.94 | 0.87 |
Hex | FD | CD | BE | 0 | 13 | 19 | 1 | E | 5E | 57 |
Octal | 375 | 315 | 276 | 0 | 23 | 31 | 1 | 16 | 136 | 127 |
Binary | 11111101 | 11001101 | 10111110 | 0 | 10011 | 11001 | 1 | 1110 | 1011110 | 1010111 |
Color Harmonies of #FDCDBE
Complementary color
Monochromatic Colors of #FDCDBE
Black with #FDCDBE
Text Example
Text Example
White with #FDCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDBE; }
p { color: rgb(253,205,190); }
H1.HeaderClassName
{
color: #FDCDBE;
}
.AnyTagClassName
{
color: #FDCDBE;
}
</style>
background-color css
<style>
a { background-color: #FDCDBE; }
a { background-color: rgb(253,205,190); }
div.DivClassName
{
background-color: #FDCDBE;
}
.BgClassName
{
background-color: #FDCDBE;
}
</style>
border-color css
<style>
span { border-color: #FDCDBE; }
span { border-color: rgb(253,205,190); }
td.TdClassName
{
border-color: #FDCDBE;
}
.TagClassName
{
border-color: #FDCDBE;
}
</style>