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