Shades of Pink Lace #F3CEDA
Tints of Pink Lace #F3CEDA
RGB
CMYK
RGB Variations
Color information
#F3CEDA (or 0xF3CEDA) is known color: Pink Lace. HEX triplet: F3, CE and DA. RGB value is (243,206,218). Sum of RGB (Red+Green+Blue) = 243+206+218=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDA is #0C3125. Grayscale: #DADADA. Windows color (decimal): -799014 or 14339827. OLE color: 14339827.
HSL color Cylindrical-coordinate representation of color #F3CEDA: hue angle of 340.54º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CEDA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 218 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.05 |
| HSL | 340.54º | 0.61% | 0.88% | - |
| HSV(B) | 340.54º | 0.15% | 0.95% | - |
| XYZ | 71.69 | 68.26 | 75.73 | - |
| YUV | 218.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 218 | 0 | 0.15 | 0.10 | 0.05 | 340.54 | 0.61 | 0.88 |
| Hex | F3 | CE | DA | 0 | F | A | 5 | 155 | 3D | 58 |
| Octal | 363 | 316 | 332 | 0 | 17 | 12 | 5 | 525 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11011010 | 0 | 1111 | 1010 | 101 | 101010101 | 111101 | 1011000 |
Color Harmonies of #F3CEDA
Complementary color
Monochromatic Colors of #F3CEDA
Black with #F3CEDA
Text Example
Text Example
White with #F3CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEDA; }
p { color: rgb(243,206,218); }
H1.HeaderClassName
{
color: #F3CEDA;
}
.AnyTagClassName
{
color: #F3CEDA;
}
</style>
background-color css
<style>
a { background-color: #F3CEDA; }
a { background-color: rgb(243,206,218); }
div.DivClassName
{
background-color: #F3CEDA;
}
.BgClassName
{
background-color: #F3CEDA;
}
</style>
border-color css
<style>
span { border-color: #F3CEDA; }
span { border-color: rgb(243,206,218); }
td.TdClassName
{
border-color: #F3CEDA;
}
.TagClassName
{
border-color: #F3CEDA;
}
</style>