Shades of Pink #FDBDCE
Tints of Pink #FDBDCE
RGB
CMYK
RGB Variations
Color information
#FDBDCE (or 0xFDBDCE) is known color: Pink. HEX triplet: FD, BD and CE. RGB value is (253,189,206). Sum of RGB (Red+Green+Blue) = 253+189+206=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCE is #024231. Grayscale: #D2D2D2. Windows color (decimal): -148018 or 13549053. OLE color: 13549053.
HSL color Cylindrical-coordinate representation of color #FDBDCE: hue angle of 344.06º 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 #FDBDCE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 206 | - |
CMYK | 0 | 0.25 | 0.19 | 0.01 |
HSL | 344.06º | 0.94% | 0.87% | - |
HSV(B) | 344.06º | 0.25% | 0.99% | - |
XYZ | 69.85 | 61.73 | 66.63 | - |
YUV | 210.07 | 125.7 | 158.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 206 | 0 | 0.25 | 0.19 | 0.01 | 344.06 | 0.94 | 0.87 |
Hex | FD | BD | CE | 0 | 19 | 13 | 1 | 158 | 5E | 57 |
Octal | 375 | 275 | 316 | 0 | 31 | 23 | 1 | 530 | 136 | 127 |
Binary | 11111101 | 10111101 | 11001110 | 0 | 11001 | 10011 | 1 | 101011000 | 1011110 | 1010111 |
Color Harmonies of #FDBDCE
Complementary color
Monochromatic Colors of #FDBDCE
Black with #FDBDCE
Text Example
Text Example
White with #FDBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDCE; }
p { color: rgb(253,189,206); }
H1.HeaderClassName
{
color: #FDBDCE;
}
.AnyTagClassName
{
color: #FDBDCE;
}
</style>
background-color css
<style>
a { background-color: #FDBDCE; }
a { background-color: rgb(253,189,206); }
div.DivClassName
{
background-color: #FDBDCE;
}
.BgClassName
{
background-color: #FDBDCE;
}
</style>
border-color css
<style>
span { border-color: #FDBDCE; }
span { border-color: rgb(253,189,206); }
td.TdClassName
{
border-color: #FDBDCE;
}
.TagClassName
{
border-color: #FDBDCE;
}
</style>