Shades of Lavender Pink #FDB2DE
Tints of Lavender Pink #FDB2DE
RGB
CMYK
RGB Variations
Color information
#FDB2DE (or 0xFDB2DE) is known color: Lavender Pink. HEX triplet: FD, B2 and DE. RGB value is (253,178,222). Sum of RGB (Red+Green+Blue) = 253+178+222=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2DE is #024D21. Grayscale: #CDCDCD. Windows color (decimal): -150818 or 14594813. OLE color: 14594813.
HSL color Cylindrical-coordinate representation of color #FDB2DE: hue angle of 324.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2DE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 222 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 324.8º | 0.95% | 0.85% | - |
| HSV(B) | 324.8º | 0.3% | 0.99% | - |
| XYZ | 69.61 | 58 | 76.63 | - |
| YUV | 205.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 222 | 0 | 0.30 | 0.12 | 0.01 | 324.8 | 0.95 | 0.85 |
| Hex | FD | B2 | DE | 0 | 1E | C | 1 | 145 | 5F | 55 |
| Octal | 375 | 262 | 336 | 0 | 36 | 14 | 1 | 505 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11011110 | 0 | 11110 | 1100 | 1 | 101000101 | 1011111 | 1010101 |
Color Harmonies of #FDB2DE
Complementary color
Monochromatic Colors of #FDB2DE
Black with #FDB2DE
Text Example
Text Example
White with #FDB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2DE; }
p { color: rgb(253,178,222); }
H1.HeaderClassName
{
color: #FDB2DE;
}
.AnyTagClassName
{
color: #FDB2DE;
}
</style>
background-color css
<style>
a { background-color: #FDB2DE; }
a { background-color: rgb(253,178,222); }
div.DivClassName
{
background-color: #FDB2DE;
}
.BgClassName
{
background-color: #FDB2DE;
}
</style>
border-color css
<style>
span { border-color: #FDB2DE; }
span { border-color: rgb(253,178,222); }
td.TdClassName
{
border-color: #FDB2DE;
}
.TagClassName
{
border-color: #FDB2DE;
}
</style>