Shades of Lavender Pink #FFB2DC
Tints of Lavender Pink #FFB2DC
RGB
CMYK
RGB Variations
Color information
#FFB2DC (or 0xFFB2DC) is known color: Lavender Pink. HEX triplet: FF, B2 and DC. RGB value is (255,178,220). Sum of RGB (Red+Green+Blue) = 255+178+220=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DC is #004D23. Grayscale: #CDCDCD. Windows color (decimal): -19748 or 14463743. OLE color: 14463743.
HSL color Cylindrical-coordinate representation of color #FFB2DC: hue angle of 327.27º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2DC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 178 | 220 | - |
CMYK | 0 | 0.30 | 0.14 | 0 |
HSL | 327.27º | 1% | 0.85% | - |
HSV(B) | 327.27º | 0.3% | 1% | - |
XYZ | 70.08 | 58.27 | 75.26 | - |
YUV | 205.81 | 136.01 | 163.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 178 | 220 | 0 | 0.30 | 0.14 | 0 | 327.27 | 1 | 0.85 |
Hex | FF | B2 | DC | 0 | 1E | E | 0 | 147 | 64 | 55 |
Octal | 377 | 262 | 334 | 0 | 36 | 16 | 0 | 507 | 144 | 125 |
Binary | 11111111 | 10110010 | 11011100 | 0 | 11110 | 1110 | 0 | 101000111 | 1100100 | 1010101 |
Color Harmonies of #FFB2DC
Complementary color
Monochromatic Colors of #FFB2DC
Black with #FFB2DC
Text Example
Text Example
White with #FFB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2DC; }
p { color: rgb(255,178,220); }
H1.HeaderClassName
{
color: #FFB2DC;
}
.AnyTagClassName
{
color: #FFB2DC;
}
</style>
background-color css
<style>
a { background-color: #FFB2DC; }
a { background-color: rgb(255,178,220); }
div.DivClassName
{
background-color: #FFB2DC;
}
.BgClassName
{
background-color: #FFB2DC;
}
</style>
border-color css
<style>
span { border-color: #FFB2DC; }
span { border-color: rgb(255,178,220); }
td.TdClassName
{
border-color: #FFB2DC;
}
.TagClassName
{
border-color: #FFB2DC;
}
</style>