Shades of Cosmos #FFCFCF
Tints of Cosmos #FFCFCF
RGB
CMYK
RGB Variations
Color information
#FFCFCF (or 0xFFCFCF) is known color: Cosmos. HEX triplet: FF, CF and CF. RGB value is (255,207,207). Sum of RGB (Red+Green+Blue) = 255+207+207=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFCF is #003030. Grayscale: #DDDDDD. Windows color (decimal): -12337 or 13619199. OLE color: 13619199.
HSL color Cylindrical-coordinate representation of color #FFCFCF: hue angle of 0º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFCF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 207 | - |
| CMYK | 0 | 0.19 | 0.19 | 0 |
| HSL | 0º | 1% | 0.91% | - |
| HSV(B) | 0º | 0.19% | 1% | - |
| XYZ | 74.82 | 70.39 | 68.68 | - |
| YUV | 221.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 207 | 0 | 0.19 | 0.19 | 0 | 0 | 1 | 0.91 |
| Hex | FF | CF | CF | 0 | 13 | 13 | 0 | 0 | 64 | 5B |
| Octal | 377 | 317 | 317 | 0 | 23 | 23 | 0 | 0 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11001111 | 0 | 10011 | 10011 | 0 | 0 | 1100100 | 1011011 |
Color Harmonies of #FFCFCF
Complementary color
Monochromatic Colors of #FFCFCF
Black with #FFCFCF
Text Example
Text Example
White with #FFCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFCF; }
p { color: rgb(255,207,207); }
H1.HeaderClassName
{
color: #FFCFCF;
}
.AnyTagClassName
{
color: #FFCFCF;
}
</style>
background-color css
<style>
a { background-color: #FFCFCF; }
a { background-color: rgb(255,207,207); }
div.DivClassName
{
background-color: #FFCFCF;
}
.BgClassName
{
background-color: #FFCFCF;
}
</style>
border-color css
<style>
span { border-color: #FFCFCF; }
span { border-color: rgb(255,207,207); }
td.TdClassName
{
border-color: #FFCFCF;
}
.TagClassName
{
border-color: #FFCFCF;
}
</style>