Shades of Lavender Pink #FDB1DF
Tints of Lavender Pink #FDB1DF
RGB
CMYK
RGB Variations
Color information
#FDB1DF (or 0xFDB1DF) is known color: Lavender Pink. HEX triplet: FD, B1 and DF. RGB value is (253,177,223). Sum of RGB (Red+Green+Blue) = 253+177+223=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1DF is #024E20. Grayscale: #CCCCCC. Windows color (decimal): -151073 or 14660093. OLE color: 14660093.
HSL color Cylindrical-coordinate representation of color #FDB1DF: hue angle of 323.68º 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 #FDB1DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 223 | - |
CMYK | 0 | 0.30 | 0.12 | 0.01 |
HSL | 323.68º | 0.95% | 0.84% | - |
HSV(B) | 323.68º | 0.3% | 0.99% | - |
XYZ | 69.55 | 57.65 | 77.27 | - |
YUV | 204.97 | 138.18 | 162.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 223 | 0 | 0.30 | 0.12 | 0.01 | 323.68 | 0.95 | 0.84 |
Hex | FD | B1 | DF | 0 | 1E | C | 1 | 144 | 5F | 54 |
Octal | 375 | 261 | 337 | 0 | 36 | 14 | 1 | 504 | 137 | 124 |
Binary | 11111101 | 10110001 | 11011111 | 0 | 11110 | 1100 | 1 | 101000100 | 1011111 | 1010100 |
Color Harmonies of #FDB1DF
Complementary color
Monochromatic Colors of #FDB1DF
Black with #FDB1DF
Text Example
Text Example
White with #FDB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1DF; }
p { color: rgb(253,177,223); }
H1.HeaderClassName
{
color: #FDB1DF;
}
.AnyTagClassName
{
color: #FDB1DF;
}
</style>
background-color css
<style>
a { background-color: #FDB1DF; }
a { background-color: rgb(253,177,223); }
div.DivClassName
{
background-color: #FDB1DF;
}
.BgClassName
{
background-color: #FDB1DF;
}
</style>
border-color css
<style>
span { border-color: #FDB1DF; }
span { border-color: rgb(253,177,223); }
td.TdClassName
{
border-color: #FDB1DF;
}
.TagClassName
{
border-color: #FDB1DF;
}
</style>