Shades of Tutu #FADCDC
Tints of Tutu #FADCDC
RGB
CMYK
RGB Variations
Color information
#FADCDC (or 0xFADCDC) is known color: Tutu. HEX triplet: FA, DC and DC. RGB value is (250,220,220). Sum of RGB (Red+Green+Blue) = 250+220+220=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDC is #052323. Grayscale: #E4E4E4. Windows color (decimal): -336676 or 14474490. OLE color: 14474490.
HSL color Cylindrical-coordinate representation of color #FADCDC: hue angle of 0º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCDC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 220 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.02 |
| HSL | 0º | 0.75% | 0.92% | - |
| HSV(B) | 0º | 0.12% | 0.98% | - |
| XYZ | 77.94 | 76.68 | 78.4 | - |
| YUV | 228.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 220 | 0 | 0.12 | 0.12 | 0.02 | 0 | 0.75 | 0.92 |
| Hex | FA | DC | DC | 0 | C | C | 2 | 0 | 4B | 5C |
| Octal | 372 | 334 | 334 | 0 | 14 | 14 | 2 | 0 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11011100 | 0 | 1100 | 1100 | 10 | 0 | 1001011 | 1011100 |
Color Harmonies of #FADCDC
Complementary color
Monochromatic Colors of #FADCDC
Black with #FADCDC
Text Example
Text Example
White with #FADCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCDC; }
p { color: rgb(250,220,220); }
H1.HeaderClassName
{
color: #FADCDC;
}
.AnyTagClassName
{
color: #FADCDC;
}
</style>
background-color css
<style>
a { background-color: #FADCDC; }
a { background-color: rgb(250,220,220); }
div.DivClassName
{
background-color: #FADCDC;
}
.BgClassName
{
background-color: #FADCDC;
}
</style>
border-color css
<style>
span { border-color: #FADCDC; }
span { border-color: rgb(250,220,220); }
td.TdClassName
{
border-color: #FADCDC;
}
.TagClassName
{
border-color: #FADCDC;
}
</style>