Shades of Rose White #FAF1EC
Tints of Rose White #FAF1EC
RGB
CMYK
RGB Variations
Color information
#FAF1EC (or 0xFAF1EC) is known color: Rose White. HEX triplet: FA, F1 and EC. RGB value is (250,241,236). Sum of RGB (Red+Green+Blue) = 250+241+236=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 236 (92.58% from 255 or 32.46% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1EC is #050E13. Grayscale: #F3F3F3. Windows color (decimal): -331284 or 15528442. OLE color: 15528442.
HSL color Cylindrical-coordinate representation of color #FAF1EC: hue angle of 21.43º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF1EC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 236 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.02 |
| HSL | 21.43º | 0.58% | 0.95% | - |
| HSV(B) | 21.43º | 0.06% | 0.98% | - |
| XYZ | 86.02 | 89.29 | 92.06 | - |
| YUV | 243.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 236 | 0 | 0.04 | 0.06 | 0.02 | 21.43 | 0.58 | 0.95 |
| Hex | FA | F1 | EC | 0 | 4 | 6 | 2 | 15 | 3A | 5F |
| Octal | 372 | 361 | 354 | 0 | 4 | 6 | 2 | 25 | 72 | 137 |
| Binary | 11111010 | 11110001 | 11101100 | 0 | 100 | 110 | 10 | 10101 | 111010 | 1011111 |
Color Harmonies of #FAF1EC
Complementary color
Monochromatic Colors of #FAF1EC
Black with #FAF1EC
Text Example
Text Example
White with #FAF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1EC; }
p { color: rgb(250,241,236); }
H1.HeaderClassName
{
color: #FAF1EC;
}
.AnyTagClassName
{
color: #FAF1EC;
}
</style>
background-color css
<style>
a { background-color: #FAF1EC; }
a { background-color: rgb(250,241,236); }
div.DivClassName
{
background-color: #FAF1EC;
}
.BgClassName
{
background-color: #FAF1EC;
}
</style>
border-color css
<style>
span { border-color: #FAF1EC; }
span { border-color: rgb(250,241,236); }
td.TdClassName
{
border-color: #FAF1EC;
}
.TagClassName
{
border-color: #FAF1EC;
}
</style>