Shades of Pink Lace #F4CBD3
Tints of Pink Lace #F4CBD3
RGB
CMYK
RGB Variations
Color information
#F4CBD3 (or 0xF4CBD3) is known color: Pink Lace. HEX triplet: F4, CB and D3. RGB value is (244,203,211). Sum of RGB (Red+Green+Blue) = 244+203+211=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBD3 is #0B342C. Grayscale: #D8D8D8. Windows color (decimal): -734253 or 13880308. OLE color: 13880308.
HSL color Cylindrical-coordinate representation of color #F4CBD3: hue angle of 348.29º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CBD3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 211 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.04 |
| HSL | 348.29º | 0.65% | 0.88% | - |
| HSV(B) | 348.29º | 0.17% | 0.96% | - |
| XYZ | 70.42 | 66.65 | 70.78 | - |
| YUV | 216.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 211 | 0 | 0.17 | 0.14 | 0.04 | 348.29 | 0.65 | 0.88 |
| Hex | F4 | CB | D3 | 0 | 11 | E | 4 | 15C | 41 | 58 |
| Octal | 364 | 313 | 323 | 0 | 21 | 16 | 4 | 534 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11010011 | 0 | 10001 | 1110 | 100 | 101011100 | 1000001 | 1011000 |
Color Harmonies of #F4CBD3
Complementary color
Monochromatic Colors of #F4CBD3
Black with #F4CBD3
Text Example
Text Example
White with #F4CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBD3; }
p { color: rgb(244,203,211); }
H1.HeaderClassName
{
color: #F4CBD3;
}
.AnyTagClassName
{
color: #F4CBD3;
}
</style>
background-color css
<style>
a { background-color: #F4CBD3; }
a { background-color: rgb(244,203,211); }
div.DivClassName
{
background-color: #F4CBD3;
}
.BgClassName
{
background-color: #F4CBD3;
}
</style>
border-color css
<style>
span { border-color: #F4CBD3; }
span { border-color: rgb(244,203,211); }
td.TdClassName
{
border-color: #F4CBD3;
}
.TagClassName
{
border-color: #F4CBD3;
}
</style>