Shades of Tutu #FCDFDF
Tints of Tutu #FCDFDF
RGB
CMYK
RGB Variations
Color information
#FCDFDF (or 0xFCDFDF) is known color: Tutu. HEX triplet: FC, DF and DF. RGB value is (252,223,223). Sum of RGB (Red+Green+Blue) = 252+223+223=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDF is #032020. Grayscale: #E7E7E7. Windows color (decimal): -204833 or 14671868. OLE color: 14671868.
HSL color Cylindrical-coordinate representation of color #FCDFDF: hue angle of 0º degrees, saturation: 0.83, 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 #FCDFDF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 223 | - |
CMYK | 0 | 0.12 | 0.12 | 0.01 |
HSL | 0º | 0.83% | 0.93% | - |
HSV(B) | 0º | 0.12% | 0.99% | - |
XYZ | 79.85 | 78.8 | 80.81 | - |
YUV | 231.67 | 123.11 | 142.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 223 | 0 | 0.12 | 0.12 | 0.01 | 0 | 0.83 | 0.93 |
Hex | FC | DF | DF | 0 | C | C | 1 | 0 | 53 | 5D |
Octal | 374 | 337 | 337 | 0 | 14 | 14 | 1 | 0 | 123 | 135 |
Binary | 11111100 | 11011111 | 11011111 | 0 | 1100 | 1100 | 1 | 0 | 1010011 | 1011101 |
Color Harmonies of #FCDFDF
Complementary color
Monochromatic Colors of #FCDFDF
Black with #FCDFDF
Text Example
Text Example
White with #FCDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFDF; }
p { color: rgb(252,223,223); }
H1.HeaderClassName
{
color: #FCDFDF;
}
.AnyTagClassName
{
color: #FCDFDF;
}
</style>
background-color css
<style>
a { background-color: #FCDFDF; }
a { background-color: rgb(252,223,223); }
div.DivClassName
{
background-color: #FCDFDF;
}
.BgClassName
{
background-color: #FCDFDF;
}
</style>
border-color css
<style>
span { border-color: #FCDFDF; }
span { border-color: rgb(252,223,223); }
td.TdClassName
{
border-color: #FCDFDF;
}
.TagClassName
{
border-color: #FCDFDF;
}
</style>