Shades of Rose White #FFF4F1
Tints of Rose White #FFF4F1
RGB
CMYK
RGB Variations
Color information
#FFF4F1 (or 0xFFF4F1) is known color: Rose White. HEX triplet: FF, F4 and F1. RGB value is (255,244,241). Sum of RGB (Red+Green+Blue) = 255+244+241=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 244 (95.70% from 255 or 32.97% from 740); Blue value is 241 (94.53% from 255 or 32.57% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF4F1 is #000B0E. Grayscale: #F6F6F6. Windows color (decimal): -2831 or 15856895. OLE color: 15856895.
HSL color Cylindrical-coordinate representation of color #FFF4F1: hue angle of 12.86º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF4F1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 241 | - |
| CMYK | 0 | 0.04 | 0.05 | 0 |
| HSL | 12.86º | 1% | 0.97% | - |
| HSV(B) | 12.86º | 0.05% | 1% | - |
| XYZ | 89.47 | 92.31 | 96.32 | - |
| YUV | 246.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 241 | 0 | 0.04 | 0.05 | 0 | 12.86 | 1 | 0.97 |
| Hex | FF | F4 | F1 | 0 | 4 | 5 | 0 | D | 64 | 61 |
| Octal | 377 | 364 | 361 | 0 | 4 | 5 | 0 | 15 | 144 | 141 |
| Binary | 11111111 | 11110100 | 11110001 | 0 | 100 | 101 | 0 | 1101 | 1100100 | 1100001 |
Color Harmonies of #FFF4F1
Complementary color
Monochromatic Colors of #FFF4F1
Black with #FFF4F1
Text Example
Text Example
White with #FFF4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4F1; }
p { color: rgb(255,244,241); }
H1.HeaderClassName
{
color: #FFF4F1;
}
.AnyTagClassName
{
color: #FFF4F1;
}
</style>
background-color css
<style>
a { background-color: #FFF4F1; }
a { background-color: rgb(255,244,241); }
div.DivClassName
{
background-color: #FFF4F1;
}
.BgClassName
{
background-color: #FFF4F1;
}
</style>
border-color css
<style>
span { border-color: #FFF4F1; }
span { border-color: rgb(255,244,241); }
td.TdClassName
{
border-color: #FFF4F1;
}
.TagClassName
{
border-color: #FFF4F1;
}
</style>