Shades of Light Pink #FDB0C2
Tints of Light Pink #FDB0C2
RGB
CMYK
RGB Variations
Color information
#FDB0C2 (or 0xFDB0C2) is known color: Light Pink. HEX triplet: FD, B0 and C2. RGB value is (253,176,194). Sum of RGB (Red+Green+Blue) = 253+176+194=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0C2 is #024F3D. Grayscale: #C9C9C9. Windows color (decimal): -151358 or 12759293. OLE color: 12759293.
HSL color Cylindrical-coordinate representation of color #FDB0C2: hue angle of 345.97º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0C2 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 194 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.01 |
| HSL | 345.97º | 0.95% | 0.84% | - |
| HSV(B) | 345.97º | 0.3% | 0.99% | - |
| XYZ | 65.77 | 55.83 | 58.35 | - |
| YUV | 201.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 194 | 0 | 0.30 | 0.23 | 0.01 | 345.97 | 0.95 | 0.84 |
| Hex | FD | B0 | C2 | 0 | 1E | 17 | 1 | 15A | 5F | 54 |
| Octal | 375 | 260 | 302 | 0 | 36 | 27 | 1 | 532 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11000010 | 0 | 11110 | 10111 | 1 | 101011010 | 1011111 | 1010100 |
Color Harmonies of #FDB0C2
Complementary color
Monochromatic Colors of #FDB0C2
Black with #FDB0C2
Text Example
Text Example
White with #FDB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0C2; }
p { color: rgb(253,176,194); }
H1.HeaderClassName
{
color: #FDB0C2;
}
.AnyTagClassName
{
color: #FDB0C2;
}
</style>
background-color css
<style>
a { background-color: #FDB0C2; }
a { background-color: rgb(253,176,194); }
div.DivClassName
{
background-color: #FDB0C2;
}
.BgClassName
{
background-color: #FDB0C2;
}
</style>
border-color css
<style>
span { border-color: #FDB0C2; }
span { border-color: rgb(253,176,194); }
td.TdClassName
{
border-color: #FDB0C2;
}
.TagClassName
{
border-color: #FDB0C2;
}
</style>