Shades of Cosmos #FDCFCF
Tints of Cosmos #FDCFCF
RGB
CMYK
RGB Variations
Color information
#FDCFCF (or 0xFDCFCF) is known color: Cosmos. HEX triplet: FD, CF and CF. RGB value is (253,207,207). Sum of RGB (Red+Green+Blue) = 253+207+207=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCF is #023030. Grayscale: #DCDCDC. Windows color (decimal): -143409 or 13619197. OLE color: 13619197.
HSL color Cylindrical-coordinate representation of color #FDCFCF: hue angle of 0º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFCF is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 207 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.01 |
| HSL | 0º | 0.92% | 0.9% | - |
| HSV(B) | 0º | 0.18% | 0.99% | - |
| XYZ | 74.08 | 70.01 | 68.64 | - |
| YUV | 220.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 207 | 0 | 0.18 | 0.18 | 0.01 | 0 | 0.92 | 0.9 |
| Hex | FD | CF | CF | 0 | 12 | 12 | 1 | 0 | 5C | 5A |
| Octal | 375 | 317 | 317 | 0 | 22 | 22 | 1 | 0 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11001111 | 0 | 10010 | 10010 | 1 | 0 | 1011100 | 1011010 |
Color Harmonies of #FDCFCF
Complementary color
Monochromatic Colors of #FDCFCF
Black with #FDCFCF
Text Example
Text Example
White with #FDCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFCF; }
p { color: rgb(253,207,207); }
H1.HeaderClassName
{
color: #FDCFCF;
}
.AnyTagClassName
{
color: #FDCFCF;
}
</style>
background-color css
<style>
a { background-color: #FDCFCF; }
a { background-color: rgb(253,207,207); }
div.DivClassName
{
background-color: #FDCFCF;
}
.BgClassName
{
background-color: #FDCFCF;
}
</style>
border-color css
<style>
span { border-color: #FDCFCF; }
span { border-color: rgb(253,207,207); }
td.TdClassName
{
border-color: #FDCFCF;
}
.TagClassName
{
border-color: #FDCFCF;
}
</style>