Shades of Lavender Pink #FDB2DF
Tints of Lavender Pink #FDB2DF
RGB
CMYK
RGB Variations
Color information
#FDB2DF (or 0xFDB2DF) is known color: Lavender Pink. HEX triplet: FD, B2 and DF. RGB value is (253,178,223). Sum of RGB (Red+Green+Blue) = 253+178+223=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2DF is #024D20. Grayscale: #CDCDCD. Windows color (decimal): -150817 or 14660349. OLE color: 14660349.
HSL color Cylindrical-coordinate representation of color #FDB2DF: hue angle of 324º 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 #FDB2DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 223 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 324º | 0.95% | 0.85% | - |
| HSV(B) | 324º | 0.3% | 0.99% | - |
| XYZ | 69.75 | 58.05 | 77.34 | - |
| YUV | 205.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 223 | 0 | 0.30 | 0.12 | 0.01 | 324 | 0.95 | 0.85 |
| Hex | FD | B2 | DF | 0 | 1E | C | 1 | 144 | 5F | 55 |
| Octal | 375 | 262 | 337 | 0 | 36 | 14 | 1 | 504 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11011111 | 0 | 11110 | 1100 | 1 | 101000100 | 1011111 | 1010101 |
Color Harmonies of #FDB2DF
Complementary color
Monochromatic Colors of #FDB2DF
Black with #FDB2DF
Text Example
Text Example
White with #FDB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2DF; }
p { color: rgb(253,178,223); }
H1.HeaderClassName
{
color: #FDB2DF;
}
.AnyTagClassName
{
color: #FDB2DF;
}
</style>
background-color css
<style>
a { background-color: #FDB2DF; }
a { background-color: rgb(253,178,223); }
div.DivClassName
{
background-color: #FDB2DF;
}
.BgClassName
{
background-color: #FDB2DF;
}
</style>
border-color css
<style>
span { border-color: #FDB2DF; }
span { border-color: rgb(253,178,223); }
td.TdClassName
{
border-color: #FDB2DF;
}
.TagClassName
{
border-color: #FDB2DF;
}
</style>