Shades of Pink Lace #F3CAD4
Tints of Pink Lace #F3CAD4
RGB
CMYK
RGB Variations
Color information
#F3CAD4 (or 0xF3CAD4) is known color: Pink Lace. HEX triplet: F3, CA and D4. RGB value is (243,202,212). Sum of RGB (Red+Green+Blue) = 243+202+212=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAD4 is #0C352B. Grayscale: #D7D7D7. Windows color (decimal): -800044 or 13945587. OLE color: 13945587.
HSL color Cylindrical-coordinate representation of color #F3CAD4: hue angle of 345.37º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CAD4 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 202 | 212 | - |
CMYK | 0 | 0.17 | 0.13 | 0.05 |
HSL | 345.37º | 0.63% | 0.87% | - |
HSV(B) | 345.37º | 0.17% | 0.95% | - |
XYZ | 69.97 | 66.05 | 71.35 | - |
YUV | 215.4 | 126.08 | 147.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 202 | 212 | 0 | 0.17 | 0.13 | 0.05 | 345.37 | 0.63 | 0.87 |
Hex | F3 | CA | D4 | 0 | 11 | D | 5 | 159 | 3F | 57 |
Octal | 363 | 312 | 324 | 0 | 21 | 15 | 5 | 531 | 77 | 127 |
Binary | 11110011 | 11001010 | 11010100 | 0 | 10001 | 1101 | 101 | 101011001 | 111111 | 1010111 |
Color Harmonies of #F3CAD4
Complementary color
Monochromatic Colors of #F3CAD4
Black with #F3CAD4
Text Example
Text Example
White with #F3CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAD4; }
p { color: rgb(243,202,212); }
H1.HeaderClassName
{
color: #F3CAD4;
}
.AnyTagClassName
{
color: #F3CAD4;
}
</style>
background-color css
<style>
a { background-color: #F3CAD4; }
a { background-color: rgb(243,202,212); }
div.DivClassName
{
background-color: #F3CAD4;
}
.BgClassName
{
background-color: #F3CAD4;
}
</style>
border-color css
<style>
span { border-color: #F3CAD4; }
span { border-color: rgb(243,202,212); }
td.TdClassName
{
border-color: #F3CAD4;
}
.TagClassName
{
border-color: #F3CAD4;
}
</style>