Shades of Lavender Pink #FDB0CE
Tints of Lavender Pink #FDB0CE
RGB
CMYK
RGB Variations
Color information
#FDB0CE (or 0xFDB0CE) is known color: Lavender Pink. HEX triplet: FD, B0 and CE. RGB value is (253,176,206). Sum of RGB (Red+Green+Blue) = 253+176+206=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0CE is #024F31. Grayscale: #CACACA. Windows color (decimal): -151346 or 13545725. OLE color: 13545725.
HSL color Cylindrical-coordinate representation of color #FDB0CE: hue angle of 336.62º 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 #FDB0CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 206 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.01 |
| HSL | 336.62º | 0.95% | 0.84% | - |
| HSV(B) | 336.62º | 0.3% | 0.99% | - |
| XYZ | 67.17 | 56.39 | 65.74 | - |
| YUV | 202.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 206 | 0 | 0.30 | 0.19 | 0.01 | 336.62 | 0.95 | 0.84 |
| Hex | FD | B0 | CE | 0 | 1E | 13 | 1 | 151 | 5F | 54 |
| Octal | 375 | 260 | 316 | 0 | 36 | 23 | 1 | 521 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11001110 | 0 | 11110 | 10011 | 1 | 101010001 | 1011111 | 1010100 |
Color Harmonies of #FDB0CE
Complementary color
Monochromatic Colors of #FDB0CE
Black with #FDB0CE
Text Example
Text Example
White with #FDB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0CE; }
p { color: rgb(253,176,206); }
H1.HeaderClassName
{
color: #FDB0CE;
}
.AnyTagClassName
{
color: #FDB0CE;
}
</style>
background-color css
<style>
a { background-color: #FDB0CE; }
a { background-color: rgb(253,176,206); }
div.DivClassName
{
background-color: #FDB0CE;
}
.BgClassName
{
background-color: #FDB0CE;
}
</style>
border-color css
<style>
span { border-color: #FDB0CE; }
span { border-color: rgb(253,176,206); }
td.TdClassName
{
border-color: #FDB0CE;
}
.TagClassName
{
border-color: #FDB0CE;
}
</style>