Shades of Tutu #FCDFDE
Tints of Tutu #FCDFDE
RGB
CMYK
RGB Variations
Color information
#FCDFDE (or 0xFCDFDE) is known color: Tutu. HEX triplet: FC, DF and DE. RGB value is (252,223,222). Sum of RGB (Red+Green+Blue) = 252+223+222=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDE is #032021. Grayscale: #E7E7E7. Windows color (decimal): -204834 or 14606332. OLE color: 14606332.
HSL color Cylindrical-coordinate representation of color #FCDFDE: hue angle of 2º 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 #FCDFDE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 222 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.01 |
| HSL | 2º | 0.83% | 0.93% | - |
| HSV(B) | 2º | 0.12% | 0.99% | - |
| XYZ | 79.72 | 78.74 | 80.1 | - |
| YUV | 231.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 222 | 0 | 0.12 | 0.12 | 0.01 | 2 | 0.83 | 0.93 |
| Hex | FC | DF | DE | 0 | C | C | 1 | 2 | 53 | 5D |
| Octal | 374 | 337 | 336 | 0 | 14 | 14 | 1 | 2 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11011110 | 0 | 1100 | 1100 | 1 | 10 | 1010011 | 1011101 |
Color Harmonies of #FCDFDE
Complementary color
Monochromatic Colors of #FCDFDE
Black with #FCDFDE
Text Example
Text Example
White with #FCDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFDE; }
p { color: rgb(252,223,222); }
H1.HeaderClassName
{
color: #FCDFDE;
}
.AnyTagClassName
{
color: #FCDFDE;
}
</style>
background-color css
<style>
a { background-color: #FCDFDE; }
a { background-color: rgb(252,223,222); }
div.DivClassName
{
background-color: #FCDFDE;
}
.BgClassName
{
background-color: #FCDFDE;
}
</style>
border-color css
<style>
span { border-color: #FCDFDE; }
span { border-color: rgb(252,223,222); }
td.TdClassName
{
border-color: #FCDFDE;
}
.TagClassName
{
border-color: #FCDFDE;
}
</style>