Shades of Light Pink #FDB8C1
Tints of Light Pink #FDB8C1
RGB
CMYK
RGB Variations
Color information
#FDB8C1 (or 0xFDB8C1) is known color: Light Pink. HEX triplet: FD, B8 and C1. RGB value is (253,184,193). Sum of RGB (Red+Green+Blue) = 253+184+193=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8C1 is #02473E. Grayscale: #CDCDCD. Windows color (decimal): -149311 or 12695805. OLE color: 12695805.
HSL color Cylindrical-coordinate representation of color #FDB8C1: hue angle of 352.17º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8C1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 193 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.01 |
| HSL | 352.17º | 0.95% | 0.86% | - |
| HSV(B) | 352.17º | 0.27% | 0.99% | - |
| XYZ | 67.27 | 59.01 | 58.3 | - |
| YUV | 205.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 193 | 0 | 0.27 | 0.24 | 0.01 | 352.17 | 0.95 | 0.86 |
| Hex | FD | B8 | C1 | 0 | 1B | 18 | 1 | 160 | 5F | 56 |
| Octal | 375 | 270 | 301 | 0 | 33 | 30 | 1 | 540 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11000001 | 0 | 11011 | 11000 | 1 | 101100000 | 1011111 | 1010110 |
Color Harmonies of #FDB8C1
Complementary color
Monochromatic Colors of #FDB8C1
Black with #FDB8C1
Text Example
Text Example
White with #FDB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8C1; }
p { color: rgb(253,184,193); }
H1.HeaderClassName
{
color: #FDB8C1;
}
.AnyTagClassName
{
color: #FDB8C1;
}
</style>
background-color css
<style>
a { background-color: #FDB8C1; }
a { background-color: rgb(253,184,193); }
div.DivClassName
{
background-color: #FDB8C1;
}
.BgClassName
{
background-color: #FDB8C1;
}
</style>
border-color css
<style>
span { border-color: #FDB8C1; }
span { border-color: rgb(253,184,193); }
td.TdClassName
{
border-color: #FDB8C1;
}
.TagClassName
{
border-color: #FDB8C1;
}
</style>