Shades of Cosmos #FDCBCB
Tints of Cosmos #FDCBCB
RGB
CMYK
RGB Variations
Color information
#FDCBCB (or 0xFDCBCB) is known color: Cosmos. HEX triplet: FD, CB and CB. RGB value is (253,203,203). Sum of RGB (Red+Green+Blue) = 253+203+203=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBCB is #023434. Grayscale: #DADADA. Windows color (decimal): -144437 or 13356029. OLE color: 13356029.
HSL color Cylindrical-coordinate representation of color #FDCBCB: hue angle of 0º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBCB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 203 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.01 |
| HSL | 0º | 0.93% | 0.89% | - |
| HSV(B) | 0º | 0.2% | 0.99% | - |
| XYZ | 72.64 | 67.91 | 65.78 | - |
| YUV | 217.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 203 | 0 | 0.20 | 0.20 | 0.01 | 0 | 0.93 | 0.89 |
| Hex | FD | CB | CB | 0 | 14 | 14 | 1 | 0 | 5D | 59 |
| Octal | 375 | 313 | 313 | 0 | 24 | 24 | 1 | 0 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11001011 | 0 | 10100 | 10100 | 1 | 0 | 1011101 | 1011001 |
Color Harmonies of #FDCBCB
Complementary color
Monochromatic Colors of #FDCBCB
Black with #FDCBCB
Text Example
Text Example
White with #FDCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBCB; }
p { color: rgb(253,203,203); }
H1.HeaderClassName
{
color: #FDCBCB;
}
.AnyTagClassName
{
color: #FDCBCB;
}
</style>
background-color css
<style>
a { background-color: #FDCBCB; }
a { background-color: rgb(253,203,203); }
div.DivClassName
{
background-color: #FDCBCB;
}
.BgClassName
{
background-color: #FDCBCB;
}
</style>
border-color css
<style>
span { border-color: #FDCBCB; }
span { border-color: rgb(253,203,203); }
td.TdClassName
{
border-color: #FDCBCB;
}
.TagClassName
{
border-color: #FDCBCB;
}
</style>