Shades of Cosmos #FACECE
Tints of Cosmos #FACECE
RGB
CMYK
RGB Variations
Color information
#FACECE (or 0xFACECE) is known color: Cosmos. HEX triplet: FA, CE and CE. RGB value is (250,206,206). Sum of RGB (Red+Green+Blue) = 250+206+206=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACECE is #053131. Grayscale: #DBDBDB. Windows color (decimal): -340274 or 13553402. OLE color: 13553402.
HSL color Cylindrical-coordinate representation of color #FACECE: hue angle of 0º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACECE is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 206 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.02 |
| HSL | 0º | 0.81% | 0.89% | - |
| HSV(B) | 0º | 0.18% | 0.98% | - |
| XYZ | 72.64 | 68.92 | 67.87 | - |
| YUV | 219.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 206 | 0 | 0.18 | 0.18 | 0.02 | 0 | 0.81 | 0.89 |
| Hex | FA | CE | CE | 0 | 12 | 12 | 2 | 0 | 51 | 59 |
| Octal | 372 | 316 | 316 | 0 | 22 | 22 | 2 | 0 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11001110 | 0 | 10010 | 10010 | 10 | 0 | 1010001 | 1011001 |
Color Harmonies of #FACECE
Complementary color
Monochromatic Colors of #FACECE
Black with #FACECE
Text Example
Text Example
White with #FACECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACECE; }
p { color: rgb(250,206,206); }
H1.HeaderClassName
{
color: #FACECE;
}
.AnyTagClassName
{
color: #FACECE;
}
</style>
background-color css
<style>
a { background-color: #FACECE; }
a { background-color: rgb(250,206,206); }
div.DivClassName
{
background-color: #FACECE;
}
.BgClassName
{
background-color: #FACECE;
}
</style>
border-color css
<style>
span { border-color: #FACECE; }
span { border-color: rgb(250,206,206); }
td.TdClassName
{
border-color: #FACECE;
}
.TagClassName
{
border-color: #FACECE;
}
</style>