Shades of Tutu #FEDFDF
Tints of Tutu #FEDFDF
RGB
CMYK
RGB Variations
Color information
#FEDFDF (or 0xFEDFDF) is known color: Tutu. HEX triplet: FE, DF and DF. RGB value is (254,223,223). Sum of RGB (Red+Green+Blue) = 254+223+223=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDF is #012020. Grayscale: #E8E8E8. Windows color (decimal): -73761 or 14671870. OLE color: 14671870.
HSL color Cylindrical-coordinate representation of color #FEDFDF: hue angle of 0º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFDF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 223 | - |
CMYK | 0 | 0.12 | 0.12 | 0.00 |
HSL | 0º | 0.94% | 0.94% | - |
HSV(B) | 0º | 0.12% | 1% | - |
XYZ | 80.58 | 79.17 | 80.85 | - |
YUV | 232.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 223 | 0 | 0.12 | 0.12 | 0.00 | 0 | 0.94 | 0.94 |
Hex | FE | DF | DF | 0 | C | C | 0 | 0 | 5E | 5E |
Octal | 376 | 337 | 337 | 0 | 14 | 14 | 0 | 0 | 136 | 136 |
Binary | 11111110 | 11011111 | 11011111 | 0 | 1100 | 1100 | 0 | 0 | 1011110 | 1011110 |
Color Harmonies of #FEDFDF
Complementary color
Monochromatic Colors of #FEDFDF
Black with #FEDFDF
Text Example
Text Example
White with #FEDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFDF; }
p { color: rgb(254,223,223); }
H1.HeaderClassName
{
color: #FEDFDF;
}
.AnyTagClassName
{
color: #FEDFDF;
}
</style>
background-color css
<style>
a { background-color: #FEDFDF; }
a { background-color: rgb(254,223,223); }
div.DivClassName
{
background-color: #FEDFDF;
}
.BgClassName
{
background-color: #FEDFDF;
}
</style>
border-color css
<style>
span { border-color: #FEDFDF; }
span { border-color: rgb(254,223,223); }
td.TdClassName
{
border-color: #FEDFDF;
}
.TagClassName
{
border-color: #FEDFDF;
}
</style>