Shades of Rose White #FAF2EE
Tints of Rose White #FAF2EE
RGB
CMYK
RGB Variations
Color information
#FAF2EE (or 0xFAF2EE) is known color: Rose White. HEX triplet: FA, F2 and EE. RGB value is (250,242,238). Sum of RGB (Red+Green+Blue) = 250+242+238=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2EE is #050D11. Grayscale: #F3F3F3. Windows color (decimal): -331026 or 15659770. OLE color: 15659770.
HSL color Cylindrical-coordinate representation of color #FAF2EE: hue angle of 20º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF2EE is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 238 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.02 |
| HSL | 20º | 0.55% | 0.96% | - |
| HSV(B) | 20º | 0.05% | 0.98% | - |
| XYZ | 86.61 | 90 | 93.7 | - |
| YUV | 243.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 238 | 0 | 0.03 | 0.05 | 0.02 | 20 | 0.55 | 0.96 |
| Hex | FA | F2 | EE | 0 | 3 | 5 | 2 | 14 | 37 | 60 |
| Octal | 372 | 362 | 356 | 0 | 3 | 5 | 2 | 24 | 67 | 140 |
| Binary | 11111010 | 11110010 | 11101110 | 0 | 11 | 101 | 10 | 10100 | 110111 | 1100000 |
Color Harmonies of #FAF2EE
Complementary color
Monochromatic Colors of #FAF2EE
Black with #FAF2EE
Text Example
Text Example
White with #FAF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2EE; }
p { color: rgb(250,242,238); }
H1.HeaderClassName
{
color: #FAF2EE;
}
.AnyTagClassName
{
color: #FAF2EE;
}
</style>
background-color css
<style>
a { background-color: #FAF2EE; }
a { background-color: rgb(250,242,238); }
div.DivClassName
{
background-color: #FAF2EE;
}
.BgClassName
{
background-color: #FAF2EE;
}
</style>
border-color css
<style>
span { border-color: #FAF2EE; }
span { border-color: rgb(250,242,238); }
td.TdClassName
{
border-color: #FAF2EE;
}
.TagClassName
{
border-color: #FAF2EE;
}
</style>