Shades of Cosmos #FACFCD
Tints of Cosmos #FACFCD
RGB
CMYK
RGB Variations
Color information
#FACFCD (or 0xFACFCD) is known color: Cosmos. HEX triplet: FA, CF and CD. RGB value is (250,207,205). Sum of RGB (Red+Green+Blue) = 250+207+205=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFCD is #053032. Grayscale: #DBDBDB. Windows color (decimal): -340019 or 13488122. OLE color: 13488122.
HSL color Cylindrical-coordinate representation of color #FACFCD: hue angle of 2.67º degrees, saturation: 0.82, 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 #FACFCD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 205 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 2.67º | 0.82% | 0.89% | - |
| HSV(B) | 2.67º | 0.18% | 0.98% | - |
| XYZ | 72.76 | 69.36 | 67.31 | - |
| YUV | 219.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 205 | 0 | 0.17 | 0.18 | 0.02 | 2.67 | 0.82 | 0.89 |
| Hex | FA | CF | CD | 0 | 11 | 12 | 2 | 3 | 52 | 59 |
| Octal | 372 | 317 | 315 | 0 | 21 | 22 | 2 | 3 | 122 | 131 |
| Binary | 11111010 | 11001111 | 11001101 | 0 | 10001 | 10010 | 10 | 11 | 1010010 | 1011001 |
Color Harmonies of #FACFCD
Complementary color
Monochromatic Colors of #FACFCD
Black with #FACFCD
Text Example
Text Example
White with #FACFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFCD; }
p { color: rgb(250,207,205); }
H1.HeaderClassName
{
color: #FACFCD;
}
.AnyTagClassName
{
color: #FACFCD;
}
</style>
background-color css
<style>
a { background-color: #FACFCD; }
a { background-color: rgb(250,207,205); }
div.DivClassName
{
background-color: #FACFCD;
}
.BgClassName
{
background-color: #FACFCD;
}
</style>
border-color css
<style>
span { border-color: #FACFCD; }
span { border-color: rgb(250,207,205); }
td.TdClassName
{
border-color: #FACFCD;
}
.TagClassName
{
border-color: #FACFCD;
}
</style>