Shades of Tutu #FCDDDD
Tints of Tutu #FCDDDD
RGB
CMYK
RGB Variations
Color information
#FCDDDD (or 0xFCDDDD) is known color: Tutu. HEX triplet: FC, DD and DD. RGB value is (252,221,221). Sum of RGB (Red+Green+Blue) = 252+221+221=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDD is #032222. Grayscale: #E6E6E6. Windows color (decimal): -205347 or 14540284. OLE color: 14540284.
HSL color Cylindrical-coordinate representation of color #FCDDDD: hue angle of 0º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDDD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 221 | - |
CMYK | 0 | 0.12 | 0.12 | 0.01 |
HSL | 0º | 0.84% | 0.93% | - |
HSV(B) | 0º | 0.12% | 0.99% | - |
XYZ | 79.05 | 77.63 | 79.22 | - |
YUV | 230.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 221 | 0 | 0.12 | 0.12 | 0.01 | 0 | 0.84 | 0.93 |
Hex | FC | DD | DD | 0 | C | C | 1 | 0 | 54 | 5D |
Octal | 374 | 335 | 335 | 0 | 14 | 14 | 1 | 0 | 124 | 135 |
Binary | 11111100 | 11011101 | 11011101 | 0 | 1100 | 1100 | 1 | 0 | 1010100 | 1011101 |
Color Harmonies of #FCDDDD
Complementary color
Monochromatic Colors of #FCDDDD
Black with #FCDDDD
Text Example
Text Example
White with #FCDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDDD; }
p { color: rgb(252,221,221); }
H1.HeaderClassName
{
color: #FCDDDD;
}
.AnyTagClassName
{
color: #FCDDDD;
}
</style>
background-color css
<style>
a { background-color: #FCDDDD; }
a { background-color: rgb(252,221,221); }
div.DivClassName
{
background-color: #FCDDDD;
}
.BgClassName
{
background-color: #FCDDDD;
}
</style>
border-color css
<style>
span { border-color: #FCDDDD; }
span { border-color: rgb(252,221,221); }
td.TdClassName
{
border-color: #FCDDDD;
}
.TagClassName
{
border-color: #FCDDDD;
}
</style>