Shades of Pink Lace #F8CBD4
Tints of Pink Lace #F8CBD4
RGB
CMYK
RGB Variations
Color information
#F8CBD4 (or 0xF8CBD4) is known color: Pink Lace. HEX triplet: F8, CB and D4. RGB value is (248,203,212). Sum of RGB (Red+Green+Blue) = 248+203+212=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBD4 is #07342B. Grayscale: #D9D9D9. Windows color (decimal): -472108 or 13945848. OLE color: 13945848.
HSL color Cylindrical-coordinate representation of color #F8CBD4: hue angle of 348º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBD4 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 212 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.03 |
| HSL | 348º | 0.76% | 0.88% | - |
| HSV(B) | 348º | 0.18% | 0.97% | - |
| XYZ | 71.95 | 67.42 | 71.51 | - |
| YUV | 217.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 212 | 0 | 0.18 | 0.15 | 0.03 | 348 | 0.76 | 0.88 |
| Hex | F8 | CB | D4 | 0 | 12 | F | 3 | 15C | 4C | 58 |
| Octal | 370 | 313 | 324 | 0 | 22 | 17 | 3 | 534 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11010100 | 0 | 10010 | 1111 | 11 | 101011100 | 1001100 | 1011000 |
Color Harmonies of #F8CBD4
Complementary color
Monochromatic Colors of #F8CBD4
Black with #F8CBD4
Text Example
Text Example
White with #F8CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBD4; }
p { color: rgb(248,203,212); }
H1.HeaderClassName
{
color: #F8CBD4;
}
.AnyTagClassName
{
color: #F8CBD4;
}
</style>
background-color css
<style>
a { background-color: #F8CBD4; }
a { background-color: rgb(248,203,212); }
div.DivClassName
{
background-color: #F8CBD4;
}
.BgClassName
{
background-color: #F8CBD4;
}
</style>
border-color css
<style>
span { border-color: #F8CBD4; }
span { border-color: rgb(248,203,212); }
td.TdClassName
{
border-color: #F8CBD4;
}
.TagClassName
{
border-color: #F8CBD4;
}
</style>