Shades of Rose White #FFF3EF
Tints of Rose White #FFF3EF
RGB
CMYK
RGB Variations
Color information
#FFF3EF (or 0xFFF3EF) is known color: Rose White. HEX triplet: FF, F3 and EF. RGB value is (255,243,239). Sum of RGB (Red+Green+Blue) = 255+243+239=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 243 (95.31% from 255 or 32.97% from 737); Blue value is 239 (93.75% from 255 or 32.43% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF3EF is #000C10. Grayscale: #F6F6F6. Windows color (decimal): -3089 or 15725567. OLE color: 15725567.
HSL color Cylindrical-coordinate representation of color #FFF3EF: hue angle of 15º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF3EF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 239 | - |
| CMYK | 0 | 0.05 | 0.06 | 0 |
| HSL | 15º | 1% | 0.97% | - |
| HSV(B) | 15º | 0.06% | 1% | - |
| XYZ | 88.87 | 91.59 | 94.66 | - |
| YUV | 246.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 239 | 0 | 0.05 | 0.06 | 0 | 15 | 1 | 0.97 |
| Hex | FF | F3 | EF | 0 | 5 | 6 | 0 | F | 64 | 61 |
| Octal | 377 | 363 | 357 | 0 | 5 | 6 | 0 | 17 | 144 | 141 |
| Binary | 11111111 | 11110011 | 11101111 | 0 | 101 | 110 | 0 | 1111 | 1100100 | 1100001 |
Color Harmonies of #FFF3EF
Complementary color
Monochromatic Colors of #FFF3EF
Black with #FFF3EF
Text Example
Text Example
White with #FFF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3EF; }
p { color: rgb(255,243,239); }
H1.HeaderClassName
{
color: #FFF3EF;
}
.AnyTagClassName
{
color: #FFF3EF;
}
</style>
background-color css
<style>
a { background-color: #FFF3EF; }
a { background-color: rgb(255,243,239); }
div.DivClassName
{
background-color: #FFF3EF;
}
.BgClassName
{
background-color: #FFF3EF;
}
</style>
border-color css
<style>
span { border-color: #FFF3EF; }
span { border-color: rgb(255,243,239); }
td.TdClassName
{
border-color: #FFF3EF;
}
.TagClassName
{
border-color: #FFF3EF;
}
</style>