Shades of Hint Of Red #FAEEE6
Tints of Hint Of Red #FAEEE6
RGB
CMYK
RGB Variations
Color information
#FAEEE6 (or 0xFAEEE6) is known color: Hint Of Red. HEX triplet: FA, EE and E6. RGB value is (250,238,230). Sum of RGB (Red+Green+Blue) = 250+238+230=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE6 is #051119. Grayscale: #F0F0F0. Windows color (decimal): -332058 or 15134458. OLE color: 15134458.
HSL color Cylindrical-coordinate representation of color #FAEEE6: hue angle of 24º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEEE6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 230 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.02 |
| HSL | 24º | 0.67% | 0.94% | - |
| HSV(B) | 24º | 0.08% | 0.98% | - |
| XYZ | 84.28 | 87.19 | 87.25 | - |
| YUV | 240.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 230 | 0 | 0.05 | 0.08 | 0.02 | 24 | 0.67 | 0.94 |
| Hex | FA | EE | E6 | 0 | 5 | 8 | 2 | 18 | 43 | 5E |
| Octal | 372 | 356 | 346 | 0 | 5 | 10 | 2 | 30 | 103 | 136 |
| Binary | 11111010 | 11101110 | 11100110 | 0 | 101 | 1000 | 10 | 11000 | 1000011 | 1011110 |
Color Harmonies of #FAEEE6
Complementary color
Monochromatic Colors of #FAEEE6
Black with #FAEEE6
Text Example
Text Example
White with #FAEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEE6; }
p { color: rgb(250,238,230); }
H1.HeaderClassName
{
color: #FAEEE6;
}
.AnyTagClassName
{
color: #FAEEE6;
}
</style>
background-color css
<style>
a { background-color: #FAEEE6; }
a { background-color: rgb(250,238,230); }
div.DivClassName
{
background-color: #FAEEE6;
}
.BgClassName
{
background-color: #FAEEE6;
}
</style>
border-color css
<style>
span { border-color: #FAEEE6; }
span { border-color: rgb(250,238,230); }
td.TdClassName
{
border-color: #FAEEE6;
}
.TagClassName
{
border-color: #FAEEE6;
}
</style>