Shades of Tutu #FCEBEB
Tints of Tutu #FCEBEB
RGB
CMYK
RGB Variations
Color information
#FCEBEB (or 0xFCEBEB) is known color: Tutu. HEX triplet: FC, EB and EB. RGB value is (252,235,235). Sum of RGB (Red+Green+Blue) = 252+235+235=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBEB is #031414. Grayscale: #F0F0F0. Windows color (decimal): -201749 or 15461372. OLE color: 15461372.
HSL color Cylindrical-coordinate representation of color #FCEBEB: hue angle of 0º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBEB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 235 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.01 |
| HSL | 0º | 0.74% | 0.95% | - |
| HSV(B) | 0º | 0.07% | 0.99% | - |
| XYZ | 84.85 | 86.11 | 90.75 | - |
| YUV | 240.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 235 | 0 | 0.07 | 0.07 | 0.01 | 0 | 0.74 | 0.95 |
| Hex | FC | EB | EB | 0 | 7 | 7 | 1 | 0 | 4A | 5F |
| Octal | 374 | 353 | 353 | 0 | 7 | 7 | 1 | 0 | 112 | 137 |
| Binary | 11111100 | 11101011 | 11101011 | 0 | 111 | 111 | 1 | 0 | 1001010 | 1011111 |
Color Harmonies of #FCEBEB
Complementary color
Monochromatic Colors of #FCEBEB
Black with #FCEBEB
Text Example
Text Example
White with #FCEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBEB; }
p { color: rgb(252,235,235); }
H1.HeaderClassName
{
color: #FCEBEB;
}
.AnyTagClassName
{
color: #FCEBEB;
}
</style>
background-color css
<style>
a { background-color: #FCEBEB; }
a { background-color: rgb(252,235,235); }
div.DivClassName
{
background-color: #FCEBEB;
}
.BgClassName
{
background-color: #FCEBEB;
}
</style>
border-color css
<style>
span { border-color: #FCEBEB; }
span { border-color: rgb(252,235,235); }
td.TdClassName
{
border-color: #FCEBEB;
}
.TagClassName
{
border-color: #FCEBEB;
}
</style>