Shades of Rose White #FDF1ED
Tints of Rose White #FDF1ED
RGB
CMYK
RGB Variations
Color information
#FDF1ED (or 0xFDF1ED) is known color: Rose White. HEX triplet: FD, F1 and ED. RGB value is (253,241,237). Sum of RGB (Red+Green+Blue) = 253+241+237=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1ED is #020E12. Grayscale: #F4F4F4. Windows color (decimal): -134675 or 15593981. OLE color: 15593981.
HSL color Cylindrical-coordinate representation of color #FDF1ED: hue angle of 15º degrees, saturation: 0.8, 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 #FDF1ED is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 241 | 237 | - |
CMYK | 0 | 0.05 | 0.06 | 0.01 |
HSL | 15º | 0.8% | 0.96% | - |
HSV(B) | 15º | 0.06% | 0.99% | - |
XYZ | 87.25 | 89.91 | 92.88 | - |
YUV | 244.13 | 123.98 | 134.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 241 | 237 | 0 | 0.05 | 0.06 | 0.01 | 15 | 0.8 | 0.96 |
Hex | FD | F1 | ED | 0 | 5 | 6 | 1 | F | 50 | 60 |
Octal | 375 | 361 | 355 | 0 | 5 | 6 | 1 | 17 | 120 | 140 |
Binary | 11111101 | 11110001 | 11101101 | 0 | 101 | 110 | 1 | 1111 | 1010000 | 1100000 |
Color Harmonies of #FDF1ED
Complementary color
Monochromatic Colors of #FDF1ED
Black with #FDF1ED
Text Example
Text Example
White with #FDF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1ED; }
p { color: rgb(253,241,237); }
H1.HeaderClassName
{
color: #FDF1ED;
}
.AnyTagClassName
{
color: #FDF1ED;
}
</style>
background-color css
<style>
a { background-color: #FDF1ED; }
a { background-color: rgb(253,241,237); }
div.DivClassName
{
background-color: #FDF1ED;
}
.BgClassName
{
background-color: #FDF1ED;
}
</style>
border-color css
<style>
span { border-color: #FDF1ED; }
span { border-color: rgb(253,241,237); }
td.TdClassName
{
border-color: #FDF1ED;
}
.TagClassName
{
border-color: #FDF1ED;
}
</style>