Shades of Rose White #FFF1EC
Tints of Rose White #FFF1EC
RGB
CMYK
RGB Variations
Color information
#FFF1EC (or 0xFFF1EC) is known color: Rose White. HEX triplet: FF, F1 and EC. RGB value is (255,241,236). Sum of RGB (Red+Green+Blue) = 255+241+236=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1EC is #000E13. Grayscale: #F4F4F4. Windows color (decimal): -3604 or 15528447. OLE color: 15528447.
HSL color Cylindrical-coordinate representation of color #FFF1EC: hue angle of 15.79º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF1EC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 236 | - |
| CMYK | 0 | 0.05 | 0.07 | 0 |
| HSL | 15.79º | 1% | 0.96% | - |
| HSV(B) | 15.79º | 0.07% | 1% | - |
| XYZ | 87.84 | 90.23 | 92.14 | - |
| YUV | 244.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 236 | 0 | 0.05 | 0.07 | 0 | 15.79 | 1 | 0.96 |
| Hex | FF | F1 | EC | 0 | 5 | 7 | 0 | 10 | 64 | 60 |
| Octal | 377 | 361 | 354 | 0 | 5 | 7 | 0 | 20 | 144 | 140 |
| Binary | 11111111 | 11110001 | 11101100 | 0 | 101 | 111 | 0 | 10000 | 1100100 | 1100000 |
Color Harmonies of #FFF1EC
Complementary color
Monochromatic Colors of #FFF1EC
Black with #FFF1EC
Text Example
Text Example
White with #FFF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1EC; }
p { color: rgb(255,241,236); }
H1.HeaderClassName
{
color: #FFF1EC;
}
.AnyTagClassName
{
color: #FFF1EC;
}
</style>
background-color css
<style>
a { background-color: #FFF1EC; }
a { background-color: rgb(255,241,236); }
div.DivClassName
{
background-color: #FFF1EC;
}
.BgClassName
{
background-color: #FFF1EC;
}
</style>
border-color css
<style>
span { border-color: #FFF1EC; }
span { border-color: rgb(255,241,236); }
td.TdClassName
{
border-color: #FFF1EC;
}
.TagClassName
{
border-color: #FFF1EC;
}
</style>