Shades of Lavender Pink #F8ADCB
Tints of Lavender Pink #F8ADCB
RGB
CMYK
RGB Variations
Color information
#F8ADCB (or 0xF8ADCB) is known color: Lavender Pink. HEX triplet: F8, AD and CB. RGB value is (248,173,203). Sum of RGB (Red+Green+Blue) = 248+173+203=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADCB is #075234. Grayscale: #C6C6C6. Windows color (decimal): -479797 or 13348344. OLE color: 13348344.
HSL color Cylindrical-coordinate representation of color #F8ADCB: hue angle of 336º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADCB is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 203 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.03 |
| HSL | 336º | 0.84% | 0.83% | - |
| HSV(B) | 336º | 0.3% | 0.97% | - |
| XYZ | 64.43 | 54.16 | 63.56 | - |
| YUV | 198.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 203 | 0 | 0.30 | 0.18 | 0.03 | 336 | 0.84 | 0.83 |
| Hex | F8 | AD | CB | 0 | 1E | 12 | 3 | 150 | 54 | 53 |
| Octal | 370 | 255 | 313 | 0 | 36 | 22 | 3 | 520 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11001011 | 0 | 11110 | 10010 | 11 | 101010000 | 1010100 | 1010011 |
Color Harmonies of #F8ADCB
Complementary color
Monochromatic Colors of #F8ADCB
Black with #F8ADCB
Text Example
Text Example
White with #F8ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADCB; }
p { color: rgb(248,173,203); }
H1.HeaderClassName
{
color: #F8ADCB;
}
.AnyTagClassName
{
color: #F8ADCB;
}
</style>
background-color css
<style>
a { background-color: #F8ADCB; }
a { background-color: rgb(248,173,203); }
div.DivClassName
{
background-color: #F8ADCB;
}
.BgClassName
{
background-color: #F8ADCB;
}
</style>
border-color css
<style>
span { border-color: #F8ADCB; }
span { border-color: rgb(248,173,203); }
td.TdClassName
{
border-color: #F8ADCB;
}
.TagClassName
{
border-color: #F8ADCB;
}
</style>