Shades of Rose White #FDF2EF
Tints of Rose White #FDF2EF
RGB
CMYK
RGB Variations
Color information
#FDF2EF (or 0xFDF2EF) is known color: Rose White. HEX triplet: FD, F2 and EF. RGB value is (253,242,239). Sum of RGB (Red+Green+Blue) = 253+242+239=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 239 (93.75% from 255 or 32.56% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EF is #020D10. Grayscale: #F4F4F4. Windows color (decimal): -134417 or 15725309. OLE color: 15725309.
HSL color Cylindrical-coordinate representation of color #FDF2EF: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF2EF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 239 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.01 |
| HSL | 12.86º | 0.78% | 0.96% | - |
| HSV(B) | 12.86º | 0.06% | 0.99% | - |
| XYZ | 87.84 | 90.62 | 94.52 | - |
| YUV | 244.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 239 | 0 | 0.04 | 0.06 | 0.01 | 12.86 | 0.78 | 0.96 |
| Hex | FD | F2 | EF | 0 | 4 | 6 | 1 | D | 4E | 60 |
| Octal | 375 | 362 | 357 | 0 | 4 | 6 | 1 | 15 | 116 | 140 |
| Binary | 11111101 | 11110010 | 11101111 | 0 | 100 | 110 | 1 | 1101 | 1001110 | 1100000 |
Color Harmonies of #FDF2EF
Complementary color
Monochromatic Colors of #FDF2EF
Black with #FDF2EF
Text Example
Text Example
White with #FDF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2EF; }
p { color: rgb(253,242,239); }
H1.HeaderClassName
{
color: #FDF2EF;
}
.AnyTagClassName
{
color: #FDF2EF;
}
</style>
background-color css
<style>
a { background-color: #FDF2EF; }
a { background-color: rgb(253,242,239); }
div.DivClassName
{
background-color: #FDF2EF;
}
.BgClassName
{
background-color: #FDF2EF;
}
</style>
border-color css
<style>
span { border-color: #FDF2EF; }
span { border-color: rgb(253,242,239); }
td.TdClassName
{
border-color: #FDF2EF;
}
.TagClassName
{
border-color: #FDF2EF;
}
</style>