Shades of Lavender Pink #FDB2DA
Tints of Lavender Pink #FDB2DA
RGB
CMYK
RGB Variations
Color information
#FDB2DA (or 0xFDB2DA) is known color: Lavender Pink. HEX triplet: FD, B2 and DA. RGB value is (253,178,218). Sum of RGB (Red+Green+Blue) = 253+178+218=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2DA is #024D25. Grayscale: #CCCCCC. Windows color (decimal): -150822 or 14332669. OLE color: 14332669.
HSL color Cylindrical-coordinate representation of color #FDB2DA: hue angle of 328º 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 #FDB2DA is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 218 | - |
CMYK | 0 | 0.30 | 0.14 | 0.01 |
HSL | 328º | 0.95% | 0.85% | - |
HSV(B) | 328º | 0.3% | 0.99% | - |
XYZ | 69.08 | 57.79 | 73.84 | - |
YUV | 204.99 | 135.35 | 162.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 218 | 0 | 0.30 | 0.14 | 0.01 | 328 | 0.95 | 0.85 |
Hex | FD | B2 | DA | 0 | 1E | E | 1 | 148 | 5F | 55 |
Octal | 375 | 262 | 332 | 0 | 36 | 16 | 1 | 510 | 137 | 125 |
Binary | 11111101 | 10110010 | 11011010 | 0 | 11110 | 1110 | 1 | 101001000 | 1011111 | 1010101 |
Color Harmonies of #FDB2DA
Complementary color
Monochromatic Colors of #FDB2DA
Black with #FDB2DA
Text Example
Text Example
White with #FDB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2DA; }
p { color: rgb(253,178,218); }
H1.HeaderClassName
{
color: #FDB2DA;
}
.AnyTagClassName
{
color: #FDB2DA;
}
</style>
background-color css
<style>
a { background-color: #FDB2DA; }
a { background-color: rgb(253,178,218); }
div.DivClassName
{
background-color: #FDB2DA;
}
.BgClassName
{
background-color: #FDB2DA;
}
</style>
border-color css
<style>
span { border-color: #FDB2DA; }
span { border-color: rgb(253,178,218); }
td.TdClassName
{
border-color: #FDB2DA;
}
.TagClassName
{
border-color: #FDB2DA;
}
</style>