Shades of Pink #FDBDCA
Tints of Pink #FDBDCA
RGB
CMYK
RGB Variations
Color information
#FDBDCA (or 0xFDBDCA) is known color: Pink. HEX triplet: FD, BD and CA. RGB value is (253,189,202). Sum of RGB (Red+Green+Blue) = 253+189+202=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDCA is #024235. Grayscale: #D1D1D1. Windows color (decimal): -148022 or 13286909. OLE color: 13286909.
HSL color Cylindrical-coordinate representation of color #FDBDCA: hue angle of 347.81º 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 #FDBDCA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 202 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.01 |
| HSL | 347.81º | 0.94% | 0.87% | - |
| HSV(B) | 347.81º | 0.25% | 0.99% | - |
| XYZ | 69.37 | 61.54 | 64.1 | - |
| YUV | 209.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 202 | 0 | 0.25 | 0.20 | 0.01 | 347.81 | 0.94 | 0.87 |
| Hex | FD | BD | CA | 0 | 19 | 14 | 1 | 15C | 5E | 57 |
| Octal | 375 | 275 | 312 | 0 | 31 | 24 | 1 | 534 | 136 | 127 |
| Binary | 11111101 | 10111101 | 11001010 | 0 | 11001 | 10100 | 1 | 101011100 | 1011110 | 1010111 |
Color Harmonies of #FDBDCA
Complementary color
Monochromatic Colors of #FDBDCA
Black with #FDBDCA
Text Example
Text Example
White with #FDBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDCA; }
p { color: rgb(253,189,202); }
H1.HeaderClassName
{
color: #FDBDCA;
}
.AnyTagClassName
{
color: #FDBDCA;
}
</style>
background-color css
<style>
a { background-color: #FDBDCA; }
a { background-color: rgb(253,189,202); }
div.DivClassName
{
background-color: #FDBDCA;
}
.BgClassName
{
background-color: #FDBDCA;
}
</style>
border-color css
<style>
span { border-color: #FDBDCA; }
span { border-color: rgb(253,189,202); }
td.TdClassName
{
border-color: #FDBDCA;
}
.TagClassName
{
border-color: #FDBDCA;
}
</style>