Shades of Pink Lace #FDCCD4
Tints of Pink Lace #FDCCD4
RGB
CMYK
RGB Variations
Color information
#FDCCD4 (or 0xFDCCD4) is known color: Pink Lace. HEX triplet: FD, CC and D4. RGB value is (253,204,212). Sum of RGB (Red+Green+Blue) = 253+204+212=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD4 is #02332B. Grayscale: #DBDBDB. Windows color (decimal): -144172 or 13946109. OLE color: 13946109.
HSL color Cylindrical-coordinate representation of color #FDCCD4: hue angle of 350.2º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 212 | - |
CMYK | 0 | 0.19 | 0.16 | 0.01 |
HSL | 350.2º | 0.92% | 0.9% | - |
HSV(B) | 350.2º | 0.19% | 0.99% | - |
XYZ | 73.98 | 68.82 | 71.67 | - |
YUV | 219.56 | 123.73 | 151.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 212 | 0 | 0.19 | 0.16 | 0.01 | 350.2 | 0.92 | 0.9 |
Hex | FD | CC | D4 | 0 | 13 | 10 | 1 | 15E | 5C | 5A |
Octal | 375 | 314 | 324 | 0 | 23 | 20 | 1 | 536 | 134 | 132 |
Binary | 11111101 | 11001100 | 11010100 | 0 | 10011 | 10000 | 1 | 101011110 | 1011100 | 1011010 |
Color Harmonies of #FDCCD4
Complementary color
Monochromatic Colors of #FDCCD4
Black with #FDCCD4
Text Example
Text Example
White with #FDCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCD4; }
p { color: rgb(253,204,212); }
H1.HeaderClassName
{
color: #FDCCD4;
}
.AnyTagClassName
{
color: #FDCCD4;
}
</style>
background-color css
<style>
a { background-color: #FDCCD4; }
a { background-color: rgb(253,204,212); }
div.DivClassName
{
background-color: #FDCCD4;
}
.BgClassName
{
background-color: #FDCCD4;
}
</style>
border-color css
<style>
span { border-color: #FDCCD4; }
span { border-color: rgb(253,204,212); }
td.TdClassName
{
border-color: #FDCCD4;
}
.TagClassName
{
border-color: #FDCCD4;
}
</style>