Shades of Lavender Pink #F2B8DF
Tints of Lavender Pink #F2B8DF
RGB
CMYK
RGB Variations
Color information
#F2B8DF (or 0xF2B8DF) is known color: Lavender Pink. HEX triplet: F2, B8 and DF. RGB value is (242,184,223). Sum of RGB (Red+Green+Blue) = 242+184+223=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8DF is #0D4720. Grayscale: #CDCDCD. Windows color (decimal): -870177 or 14661874. OLE color: 14661874.
HSL color Cylindrical-coordinate representation of color #F2B8DF: hue angle of 319.66º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B8DF is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 223 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.05 |
| HSL | 319.66º | 0.69% | 0.84% | - |
| HSV(B) | 319.66º | 0.24% | 0.95% | - |
| XYZ | 67.08 | 58.49 | 77.57 | - |
| YUV | 205.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 223 | 0 | 0.24 | 0.08 | 0.05 | 319.66 | 0.69 | 0.84 |
| Hex | F2 | B8 | DF | 0 | 18 | 8 | 5 | 140 | 45 | 54 |
| Octal | 362 | 270 | 337 | 0 | 30 | 10 | 5 | 500 | 105 | 124 |
| Binary | 11110010 | 10111000 | 11011111 | 0 | 11000 | 1000 | 101 | 101000000 | 1000101 | 1010100 |
Color Harmonies of #F2B8DF
Complementary color
Monochromatic Colors of #F2B8DF
Black with #F2B8DF
Text Example
Text Example
White with #F2B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B8DF; }
p { color: rgb(242,184,223); }
H1.HeaderClassName
{
color: #F2B8DF;
}
.AnyTagClassName
{
color: #F2B8DF;
}
</style>
background-color css
<style>
a { background-color: #F2B8DF; }
a { background-color: rgb(242,184,223); }
div.DivClassName
{
background-color: #F2B8DF;
}
.BgClassName
{
background-color: #F2B8DF;
}
</style>
border-color css
<style>
span { border-color: #F2B8DF; }
span { border-color: rgb(242,184,223); }
td.TdClassName
{
border-color: #F2B8DF;
}
.TagClassName
{
border-color: #F2B8DF;
}
</style>