Shades of Rose White #FAF1ED
Tints of Rose White #FAF1ED
RGB
CMYK
RGB Variations
Color information
#FAF1ED (or 0xFAF1ED) is known color: Rose White. HEX triplet: FA, F1 and ED. RGB value is (250,241,237). Sum of RGB (Red+Green+Blue) = 250+241+237=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1ED is #050E12. Grayscale: #F3F3F3. Windows color (decimal): -331283 or 15593978. OLE color: 15593978.
HSL color Cylindrical-coordinate representation of color #FAF1ED: hue angle of 18.46º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF1ED is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 241 | 237 | - |
CMYK | 0 | 0.04 | 0.05 | 0.02 |
HSL | 18.46º | 0.57% | 0.95% | - |
HSV(B) | 18.46º | 0.05% | 0.98% | - |
XYZ | 86.17 | 89.35 | 92.83 | - |
YUV | 243.24 | 124.48 | 132.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 241 | 237 | 0 | 0.04 | 0.05 | 0.02 | 18.46 | 0.57 | 0.95 |
Hex | FA | F1 | ED | 0 | 4 | 5 | 2 | 12 | 39 | 5F |
Octal | 372 | 361 | 355 | 0 | 4 | 5 | 2 | 22 | 71 | 137 |
Binary | 11111010 | 11110001 | 11101101 | 0 | 100 | 101 | 10 | 10010 | 111001 | 1011111 |
Color Harmonies of #FAF1ED
Complementary color
Monochromatic Colors of #FAF1ED
Black with #FAF1ED
Text Example
Text Example
White with #FAF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1ED; }
p { color: rgb(250,241,237); }
H1.HeaderClassName
{
color: #FAF1ED;
}
.AnyTagClassName
{
color: #FAF1ED;
}
</style>
background-color css
<style>
a { background-color: #FAF1ED; }
a { background-color: rgb(250,241,237); }
div.DivClassName
{
background-color: #FAF1ED;
}
.BgClassName
{
background-color: #FAF1ED;
}
</style>
border-color css
<style>
span { border-color: #FAF1ED; }
span { border-color: rgb(250,241,237); }
td.TdClassName
{
border-color: #FAF1ED;
}
.TagClassName
{
border-color: #FAF1ED;
}
</style>