Shades of Lavender Pink #FDB1CD
Tints of Lavender Pink #FDB1CD
RGB
CMYK
RGB Variations
Color information
#FDB1CD (or 0xFDB1CD) is known color: Lavender Pink. HEX triplet: FD, B1 and CD. RGB value is (253,177,205). Sum of RGB (Red+Green+Blue) = 253+177+205=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1CD is #024E32. Grayscale: #CACACA. Windows color (decimal): -151091 or 13480445. OLE color: 13480445.
HSL color Cylindrical-coordinate representation of color #FDB1CD: hue angle of 337.89º 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 #FDB1CD is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 205 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.01 |
| HSL | 337.89º | 0.95% | 0.84% | - |
| HSV(B) | 337.89º | 0.3% | 0.99% | - |
| XYZ | 67.25 | 56.73 | 65.16 | - |
| YUV | 202.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 205 | 0 | 0.30 | 0.19 | 0.01 | 337.89 | 0.95 | 0.84 |
| Hex | FD | B1 | CD | 0 | 1E | 13 | 1 | 152 | 5F | 54 |
| Octal | 375 | 261 | 315 | 0 | 36 | 23 | 1 | 522 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11001101 | 0 | 11110 | 10011 | 1 | 101010010 | 1011111 | 1010100 |
Color Harmonies of #FDB1CD
Complementary color
Monochromatic Colors of #FDB1CD
Black with #FDB1CD
Text Example
Text Example
White with #FDB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1CD; }
p { color: rgb(253,177,205); }
H1.HeaderClassName
{
color: #FDB1CD;
}
.AnyTagClassName
{
color: #FDB1CD;
}
</style>
background-color css
<style>
a { background-color: #FDB1CD; }
a { background-color: rgb(253,177,205); }
div.DivClassName
{
background-color: #FDB1CD;
}
.BgClassName
{
background-color: #FDB1CD;
}
</style>
border-color css
<style>
span { border-color: #FDB1CD; }
span { border-color: rgb(253,177,205); }
td.TdClassName
{
border-color: #FDB1CD;
}
.TagClassName
{
border-color: #FDB1CD;
}
</style>