Shades of Cosmos #F9CDCD
Tints of Cosmos #F9CDCD
RGB
CMYK
RGB Variations
Color information
#F9CDCD (or 0xF9CDCD) is known color: Cosmos. HEX triplet: F9, CD and CD. RGB value is (249,205,205). Sum of RGB (Red+Green+Blue) = 249+205+205=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDCD is #063232. Grayscale: #DADADA. Windows color (decimal): -406067 or 13487609. OLE color: 13487609.
HSL color Cylindrical-coordinate representation of color #F9CDCD: hue angle of 0º degrees, saturation: 0.79, 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 #F9CDCD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 205 | 205 | - |
CMYK | 0 | 0.18 | 0.18 | 0.02 |
HSL | 0º | 0.79% | 0.89% | - |
HSV(B) | 0º | 0.18% | 0.98% | - |
XYZ | 71.92 | 68.21 | 67.13 | - |
YUV | 218.16 | 120.58 | 150 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 205 | 205 | 0 | 0.18 | 0.18 | 0.02 | 0 | 0.79 | 0.89 |
Hex | F9 | CD | CD | 0 | 12 | 12 | 2 | 0 | 4F | 59 |
Octal | 371 | 315 | 315 | 0 | 22 | 22 | 2 | 0 | 117 | 131 |
Binary | 11111001 | 11001101 | 11001101 | 0 | 10010 | 10010 | 10 | 0 | 1001111 | 1011001 |
Color Harmonies of #F9CDCD
Complementary color
Monochromatic Colors of #F9CDCD
Black with #F9CDCD
Text Example
Text Example
White with #F9CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDCD; }
p { color: rgb(249,205,205); }
H1.HeaderClassName
{
color: #F9CDCD;
}
.AnyTagClassName
{
color: #F9CDCD;
}
</style>
background-color css
<style>
a { background-color: #F9CDCD; }
a { background-color: rgb(249,205,205); }
div.DivClassName
{
background-color: #F9CDCD;
}
.BgClassName
{
background-color: #F9CDCD;
}
</style>
border-color css
<style>
span { border-color: #F9CDCD; }
span { border-color: rgb(249,205,205); }
td.TdClassName
{
border-color: #F9CDCD;
}
.TagClassName
{
border-color: #F9CDCD;
}
</style>