Shades of Tutu #FCEDEC
Tints of Tutu #FCEDEC
RGB
CMYK
RGB Variations
Color information
#FCEDEC (or 0xFCEDEC) is known color: Tutu. HEX triplet: FC, ED and EC. RGB value is (252,237,236). Sum of RGB (Red+Green+Blue) = 252+237+236=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDEC is #031213. Grayscale: #F1F1F1. Windows color (decimal): -201236 or 15527420. OLE color: 15527420.
HSL color Cylindrical-coordinate representation of color #FCEDEC: hue angle of 3.75º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDEC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 236 | - |
CMYK | 0 | 0.06 | 0.06 | 0.01 |
HSL | 3.75º | 0.73% | 0.96% | - |
HSV(B) | 3.75º | 0.06% | 0.99% | - |
XYZ | 85.57 | 87.32 | 91.7 | - |
YUV | 241.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 236 | 0 | 0.06 | 0.06 | 0.01 | 3.75 | 0.73 | 0.96 |
Hex | FC | ED | EC | 0 | 6 | 6 | 1 | 4 | 49 | 60 |
Octal | 374 | 355 | 354 | 0 | 6 | 6 | 1 | 4 | 111 | 140 |
Binary | 11111100 | 11101101 | 11101100 | 0 | 110 | 110 | 1 | 100 | 1001001 | 1100000 |
Color Harmonies of #FCEDEC
Complementary color
Monochromatic Colors of #FCEDEC
Black with #FCEDEC
Text Example
Text Example
White with #FCEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDEC; }
p { color: rgb(252,237,236); }
H1.HeaderClassName
{
color: #FCEDEC;
}
.AnyTagClassName
{
color: #FCEDEC;
}
</style>
background-color css
<style>
a { background-color: #FCEDEC; }
a { background-color: rgb(252,237,236); }
div.DivClassName
{
background-color: #FCEDEC;
}
.BgClassName
{
background-color: #FCEDEC;
}
</style>
border-color css
<style>
span { border-color: #FCEDEC; }
span { border-color: rgb(252,237,236); }
td.TdClassName
{
border-color: #FCEDEC;
}
.TagClassName
{
border-color: #FCEDEC;
}
</style>