Shades of Cosmos #FACFCC
Tints of Cosmos #FACFCC
RGB
CMYK
RGB Variations
Color information
#FACFCC (or 0xFACFCC) is known color: Cosmos. HEX triplet: FA, CF and CC. RGB value is (250,207,204). Sum of RGB (Red+Green+Blue) = 250+207+204=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFCC is #053033. Grayscale: #DBDBDB. Windows color (decimal): -340020 or 13422586. OLE color: 13422586.
HSL color Cylindrical-coordinate representation of color #FACFCC: hue angle of 3.91º 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 #FACFCC is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 204 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 3.91º | 0.82% | 0.89% | - |
| HSV(B) | 3.91º | 0.18% | 0.98% | - |
| XYZ | 72.64 | 69.31 | 66.68 | - |
| YUV | 219.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 204 | 0 | 0.17 | 0.18 | 0.02 | 3.91 | 0.82 | 0.89 |
| Hex | FA | CF | CC | 0 | 11 | 12 | 2 | 4 | 52 | 59 |
| Octal | 372 | 317 | 314 | 0 | 21 | 22 | 2 | 4 | 122 | 131 |
| Binary | 11111010 | 11001111 | 11001100 | 0 | 10001 | 10010 | 10 | 100 | 1010010 | 1011001 |
Color Harmonies of #FACFCC
Complementary color
Monochromatic Colors of #FACFCC
Black with #FACFCC
Text Example
Text Example
White with #FACFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFCC; }
p { color: rgb(250,207,204); }
H1.HeaderClassName
{
color: #FACFCC;
}
.AnyTagClassName
{
color: #FACFCC;
}
</style>
background-color css
<style>
a { background-color: #FACFCC; }
a { background-color: rgb(250,207,204); }
div.DivClassName
{
background-color: #FACFCC;
}
.BgClassName
{
background-color: #FACFCC;
}
</style>
border-color css
<style>
span { border-color: #FACFCC; }
span { border-color: rgb(250,207,204); }
td.TdClassName
{
border-color: #FACFCC;
}
.TagClassName
{
border-color: #FACFCC;
}
</style>