Shades of Rose White #FFF1ED
Tints of Rose White #FFF1ED
RGB
CMYK
RGB Variations
Color information
#FFF1ED (or 0xFFF1ED) is known color: Rose White. HEX triplet: FF, F1 and ED. RGB value is (255,241,237). Sum of RGB (Red+Green+Blue) = 255+241+237=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1ED is #000E12. Grayscale: #F4F4F4. Windows color (decimal): -3603 or 15593983. OLE color: 15593983.
HSL color Cylindrical-coordinate representation of color #FFF1ED: hue angle of 13.33º 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 #FFF1ED is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 241 | 237 | - |
CMYK | 0 | 0.05 | 0.07 | 0 |
HSL | 13.33º | 1% | 0.96% | - |
HSV(B) | 13.33º | 0.07% | 1% | - |
XYZ | 87.98 | 90.29 | 92.91 | - |
YUV | 244.73 | 123.64 | 135.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 241 | 237 | 0 | 0.05 | 0.07 | 0 | 13.33 | 1 | 0.96 |
Hex | FF | F1 | ED | 0 | 5 | 7 | 0 | D | 64 | 60 |
Octal | 377 | 361 | 355 | 0 | 5 | 7 | 0 | 15 | 144 | 140 |
Binary | 11111111 | 11110001 | 11101101 | 0 | 101 | 111 | 0 | 1101 | 1100100 | 1100000 |
Color Harmonies of #FFF1ED
Complementary color
Monochromatic Colors of #FFF1ED
Black with #FFF1ED
Text Example
Text Example
White with #FFF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1ED; }
p { color: rgb(255,241,237); }
H1.HeaderClassName
{
color: #FFF1ED;
}
.AnyTagClassName
{
color: #FFF1ED;
}
</style>
background-color css
<style>
a { background-color: #FFF1ED; }
a { background-color: rgb(255,241,237); }
div.DivClassName
{
background-color: #FFF1ED;
}
.BgClassName
{
background-color: #FFF1ED;
}
</style>
border-color css
<style>
span { border-color: #FFF1ED; }
span { border-color: rgb(255,241,237); }
td.TdClassName
{
border-color: #FFF1ED;
}
.TagClassName
{
border-color: #FFF1ED;
}
</style>