Shades of Rose White #FFF1EA
Tints of Rose White #FFF1EA
RGB
CMYK
RGB Variations
Color information
#FFF1EA (or 0xFFF1EA) is known color: Rose White. HEX triplet: FF, F1 and EA. RGB value is (255,241,234). Sum of RGB (Red+Green+Blue) = 255+241+234=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1EA is #000E15. Grayscale: #F4F4F4. Windows color (decimal): -3606 or 15397375. OLE color: 15397375.
HSL color Cylindrical-coordinate representation of color #FFF1EA: hue angle of 20º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFF1EA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 234 | - |
| CMYK | 0 | 0.05 | 0.08 | 0 |
| HSL | 20º | 1% | 0.96% | - |
| HSV(B) | 20º | 0.08% | 1% | - |
| XYZ | 87.55 | 90.11 | 90.62 | - |
| YUV | 244.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 234 | 0 | 0.05 | 0.08 | 0 | 20 | 1 | 0.96 |
| Hex | FF | F1 | EA | 0 | 5 | 8 | 0 | 14 | 64 | 60 |
| Octal | 377 | 361 | 352 | 0 | 5 | 10 | 0 | 24 | 144 | 140 |
| Binary | 11111111 | 11110001 | 11101010 | 0 | 101 | 1000 | 0 | 10100 | 1100100 | 1100000 |
Color Harmonies of #FFF1EA
Complementary color
Monochromatic Colors of #FFF1EA
Black with #FFF1EA
Text Example
Text Example
White with #FFF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1EA; }
p { color: rgb(255,241,234); }
H1.HeaderClassName
{
color: #FFF1EA;
}
.AnyTagClassName
{
color: #FFF1EA;
}
</style>
background-color css
<style>
a { background-color: #FFF1EA; }
a { background-color: rgb(255,241,234); }
div.DivClassName
{
background-color: #FFF1EA;
}
.BgClassName
{
background-color: #FFF1EA;
}
</style>
border-color css
<style>
span { border-color: #FFF1EA; }
span { border-color: rgb(255,241,234); }
td.TdClassName
{
border-color: #FFF1EA;
}
.TagClassName
{
border-color: #FFF1EA;
}
</style>