Shades of Rose White #FDEFEA
Tints of Rose White #FDEFEA
RGB
CMYK
RGB Variations
Color information
#FDEFEA (or 0xFDEFEA) is known color: Rose White. HEX triplet: FD, EF and EA. RGB value is (253,239,234). Sum of RGB (Red+Green+Blue) = 253+239+234=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 234 (91.80% from 255 or 32.23% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFEA is #021015. Grayscale: #F2F2F2. Windows color (decimal): -135190 or 15396861. OLE color: 15396861.
HSL color Cylindrical-coordinate representation of color #FDEFEA: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEFEA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 234 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.01 |
| HSL | 15.79º | 0.83% | 0.95% | - |
| HSV(B) | 15.79º | 0.08% | 0.99% | - |
| XYZ | 86.23 | 88.56 | 90.39 | - |
| YUV | 242.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 234 | 0 | 0.06 | 0.08 | 0.01 | 15.79 | 0.83 | 0.95 |
| Hex | FD | EF | EA | 0 | 6 | 8 | 1 | 10 | 53 | 5F |
| Octal | 375 | 357 | 352 | 0 | 6 | 10 | 1 | 20 | 123 | 137 |
| Binary | 11111101 | 11101111 | 11101010 | 0 | 110 | 1000 | 1 | 10000 | 1010011 | 1011111 |
Color Harmonies of #FDEFEA
Complementary color
Monochromatic Colors of #FDEFEA
Black with #FDEFEA
Text Example
Text Example
White with #FDEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFEA; }
p { color: rgb(253,239,234); }
H1.HeaderClassName
{
color: #FDEFEA;
}
.AnyTagClassName
{
color: #FDEFEA;
}
</style>
background-color css
<style>
a { background-color: #FDEFEA; }
a { background-color: rgb(253,239,234); }
div.DivClassName
{
background-color: #FDEFEA;
}
.BgClassName
{
background-color: #FDEFEA;
}
</style>
border-color css
<style>
span { border-color: #FDEFEA; }
span { border-color: rgb(253,239,234); }
td.TdClassName
{
border-color: #FDEFEA;
}
.TagClassName
{
border-color: #FDEFEA;
}
</style>