Shades of Cosmos #FFCFCC
Tints of Cosmos #FFCFCC
RGB
CMYK
RGB Variations
Color information
#FFCFCC (or 0xFFCFCC) is known color: Cosmos. HEX triplet: FF, CF and CC. RGB value is (255,207,204). Sum of RGB (Red+Green+Blue) = 255+207+204=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFCC is #003033. Grayscale: #DDDDDD. Windows color (decimal): -12340 or 13422591. OLE color: 13422591.
HSL color Cylindrical-coordinate representation of color #FFCFCC: hue angle of 3.53º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCFCC is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 204 | - |
| CMYK | 0 | 0.19 | 0.2 | 0 |
| HSL | 3.53º | 1% | 0.9% | - |
| HSV(B) | 3.53º | 0.2% | 1% | - |
| XYZ | 74.45 | 70.25 | 66.76 | - |
| YUV | 221.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 204 | 0 | 0.19 | 0.2 | 0 | 3.53 | 1 | 0.9 |
| Hex | FF | CF | CC | 0 | 13 | 14 | 0 | 4 | 64 | 5A |
| Octal | 377 | 317 | 314 | 0 | 23 | 24 | 0 | 4 | 144 | 132 |
| Binary | 11111111 | 11001111 | 11001100 | 0 | 10011 | 10100 | 0 | 100 | 1100100 | 1011010 |
Color Harmonies of #FFCFCC
Complementary color
Monochromatic Colors of #FFCFCC
Black with #FFCFCC
Text Example
Text Example
White with #FFCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFCC; }
p { color: rgb(255,207,204); }
H1.HeaderClassName
{
color: #FFCFCC;
}
.AnyTagClassName
{
color: #FFCFCC;
}
</style>
background-color css
<style>
a { background-color: #FFCFCC; }
a { background-color: rgb(255,207,204); }
div.DivClassName
{
background-color: #FFCFCC;
}
.BgClassName
{
background-color: #FFCFCC;
}
</style>
border-color css
<style>
span { border-color: #FFCFCC; }
span { border-color: rgb(255,207,204); }
td.TdClassName
{
border-color: #FFCFCC;
}
.TagClassName
{
border-color: #FFCFCC;
}
</style>