Shades of Rose White #FDEFEC
Tints of Rose White #FDEFEC
RGB
CMYK
RGB Variations
Color information
#FDEFEC (or 0xFDEFEC) is known color: Rose White. HEX triplet: FD, EF and EC. RGB value is (253,239,236). Sum of RGB (Red+Green+Blue) = 253+239+236=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFEC is #021013. Grayscale: #F2F2F2. Windows color (decimal): -135188 or 15527933. OLE color: 15527933.
HSL color Cylindrical-coordinate representation of color #FDEFEC: hue angle of 10.59º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEFEC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 236 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.01 |
| HSL | 10.59º | 0.81% | 0.96% | - |
| HSV(B) | 10.59º | 0.07% | 0.99% | - |
| XYZ | 86.51 | 88.67 | 91.91 | - |
| YUV | 242.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 236 | 0 | 0.06 | 0.07 | 0.01 | 10.59 | 0.81 | 0.96 |
| Hex | FD | EF | EC | 0 | 6 | 7 | 1 | B | 51 | 60 |
| Octal | 375 | 357 | 354 | 0 | 6 | 7 | 1 | 13 | 121 | 140 |
| Binary | 11111101 | 11101111 | 11101100 | 0 | 110 | 111 | 1 | 1011 | 1010001 | 1100000 |
Color Harmonies of #FDEFEC
Complementary color
Monochromatic Colors of #FDEFEC
Black with #FDEFEC
Text Example
Text Example
White with #FDEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFEC; }
p { color: rgb(253,239,236); }
H1.HeaderClassName
{
color: #FDEFEC;
}
.AnyTagClassName
{
color: #FDEFEC;
}
</style>
background-color css
<style>
a { background-color: #FDEFEC; }
a { background-color: rgb(253,239,236); }
div.DivClassName
{
background-color: #FDEFEC;
}
.BgClassName
{
background-color: #FDEFEC;
}
</style>
border-color css
<style>
span { border-color: #FDEFEC; }
span { border-color: rgb(253,239,236); }
td.TdClassName
{
border-color: #FDEFEC;
}
.TagClassName
{
border-color: #FDEFEC;
}
</style>