Shades of Pink Lace #F8CBD2
Tints of Pink Lace #F8CBD2
RGB
CMYK
RGB Variations
Color information
#F8CBD2 (or 0xF8CBD2) is known color: Pink Lace. HEX triplet: F8, CB and D2. RGB value is (248,203,210). Sum of RGB (Red+Green+Blue) = 248+203+210=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBD2 is #07342D. Grayscale: #D9D9D9. Windows color (decimal): -472110 or 13814776. OLE color: 13814776.
HSL color Cylindrical-coordinate representation of color #F8CBD2: hue angle of 350.67º 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 #F8CBD2 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 210 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.03 |
| HSL | 350.67º | 0.76% | 0.88% | - |
| HSV(B) | 350.67º | 0.18% | 0.97% | - |
| XYZ | 71.7 | 67.32 | 70.19 | - |
| YUV | 217.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 210 | 0 | 0.18 | 0.15 | 0.03 | 350.67 | 0.76 | 0.88 |
| Hex | F8 | CB | D2 | 0 | 12 | F | 3 | 15F | 4C | 58 |
| Octal | 370 | 313 | 322 | 0 | 22 | 17 | 3 | 537 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11010010 | 0 | 10010 | 1111 | 11 | 101011111 | 1001100 | 1011000 |
Color Harmonies of #F8CBD2
Complementary color
Monochromatic Colors of #F8CBD2
Black with #F8CBD2
Text Example
Text Example
White with #F8CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBD2; }
p { color: rgb(248,203,210); }
H1.HeaderClassName
{
color: #F8CBD2;
}
.AnyTagClassName
{
color: #F8CBD2;
}
</style>
background-color css
<style>
a { background-color: #F8CBD2; }
a { background-color: rgb(248,203,210); }
div.DivClassName
{
background-color: #F8CBD2;
}
.BgClassName
{
background-color: #F8CBD2;
}
</style>
border-color css
<style>
span { border-color: #F8CBD2; }
span { border-color: rgb(248,203,210); }
td.TdClassName
{
border-color: #F8CBD2;
}
.TagClassName
{
border-color: #F8CBD2;
}
</style>