Shades of Pink Lace #F8CED3
Tints of Pink Lace #F8CED3
RGB
CMYK
RGB Variations
Color information
#F8CED3 (or 0xF8CED3) is known color: Pink Lace. HEX triplet: F8, CE and D3. RGB value is (248,206,211). Sum of RGB (Red+Green+Blue) = 248+206+211=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CED3 is #07312C. Grayscale: #DBDBDB. Windows color (decimal): -471341 or 13881080. OLE color: 13881080.
HSL color Cylindrical-coordinate representation of color #F8CED3: hue angle of 352.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CED3 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 211 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.03 |
| HSL | 352.86º | 0.75% | 0.89% | - |
| HSV(B) | 352.86º | 0.17% | 0.97% | - |
| XYZ | 72.54 | 68.8 | 71.08 | - |
| YUV | 219.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 211 | 0 | 0.17 | 0.15 | 0.03 | 352.86 | 0.75 | 0.89 |
| Hex | F8 | CE | D3 | 0 | 11 | F | 3 | 161 | 4B | 59 |
| Octal | 370 | 316 | 323 | 0 | 21 | 17 | 3 | 541 | 113 | 131 |
| Binary | 11111000 | 11001110 | 11010011 | 0 | 10001 | 1111 | 11 | 101100001 | 1001011 | 1011001 |
Color Harmonies of #F8CED3
Complementary color
Monochromatic Colors of #F8CED3
Black with #F8CED3
Text Example
Text Example
White with #F8CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CED3; }
p { color: rgb(248,206,211); }
H1.HeaderClassName
{
color: #F8CED3;
}
.AnyTagClassName
{
color: #F8CED3;
}
</style>
background-color css
<style>
a { background-color: #F8CED3; }
a { background-color: rgb(248,206,211); }
div.DivClassName
{
background-color: #F8CED3;
}
.BgClassName
{
background-color: #F8CED3;
}
</style>
border-color css
<style>
span { border-color: #F8CED3; }
span { border-color: rgb(248,206,211); }
td.TdClassName
{
border-color: #F8CED3;
}
.TagClassName
{
border-color: #F8CED3;
}
</style>