Shades of Pink Lace #F2CCD3
Tints of Pink Lace #F2CCD3
RGB
CMYK
RGB Variations
Color information
#F2CCD3 (or 0xF2CCD3) is known color: Pink Lace. HEX triplet: F2, CC and D3. RGB value is (242,204,211). Sum of RGB (Red+Green+Blue) = 242+204+211=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD3 is #0D332C. Grayscale: #D8D8D8. Windows color (decimal): -865069 or 13880562. OLE color: 13880562.
HSL color Cylindrical-coordinate representation of color #F2CCD3: hue angle of 348.95º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCD3 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 211 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.05 |
| HSL | 348.95º | 0.59% | 0.87% | - |
| HSV(B) | 348.95º | 0.16% | 0.95% | - |
| XYZ | 69.97 | 66.77 | 70.83 | - |
| YUV | 216.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 211 | 0 | 0.16 | 0.13 | 0.05 | 348.95 | 0.59 | 0.87 |
| Hex | F2 | CC | D3 | 0 | 10 | D | 5 | 15D | 3B | 57 |
| Octal | 362 | 314 | 323 | 0 | 20 | 15 | 5 | 535 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11010011 | 0 | 10000 | 1101 | 101 | 101011101 | 111011 | 1010111 |
Color Harmonies of #F2CCD3
Complementary color
Monochromatic Colors of #F2CCD3
Black with #F2CCD3
Text Example
Text Example
White with #F2CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCD3; }
p { color: rgb(242,204,211); }
H1.HeaderClassName
{
color: #F2CCD3;
}
.AnyTagClassName
{
color: #F2CCD3;
}
</style>
background-color css
<style>
a { background-color: #F2CCD3; }
a { background-color: rgb(242,204,211); }
div.DivClassName
{
background-color: #F2CCD3;
}
.BgClassName
{
background-color: #F2CCD3;
}
</style>
border-color css
<style>
span { border-color: #F2CCD3; }
span { border-color: rgb(242,204,211); }
td.TdClassName
{
border-color: #F2CCD3;
}
.TagClassName
{
border-color: #F2CCD3;
}
</style>