Shades of Cosmos #FDD5D5
Tints of Cosmos #FDD5D5
RGB
CMYK
RGB Variations
Color information
#FDD5D5 (or 0xFDD5D5) is known color: Cosmos. HEX triplet: FD, D5 and D5. RGB value is (253,213,213). Sum of RGB (Red+Green+Blue) = 253+213+213=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5D5 is #022A2A. Grayscale: #E1E1E1. Windows color (decimal): -141867 or 14013949. OLE color: 14013949.
HSL color Cylindrical-coordinate representation of color #FDD5D5: hue angle of 0º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5D5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 213 | 213 | - |
CMYK | 0 | 0.16 | 0.16 | 0.01 |
HSL | 0º | 0.91% | 0.91% | - |
HSV(B) | 0º | 0.16% | 0.99% | - |
XYZ | 76.31 | 73.28 | 73.07 | - |
YUV | 224.96 | 121.25 | 148 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 213 | 213 | 0 | 0.16 | 0.16 | 0.01 | 0 | 0.91 | 0.91 |
Hex | FD | D5 | D5 | 0 | 10 | 10 | 1 | 0 | 5B | 5B |
Octal | 375 | 325 | 325 | 0 | 20 | 20 | 1 | 0 | 133 | 133 |
Binary | 11111101 | 11010101 | 11010101 | 0 | 10000 | 10000 | 1 | 0 | 1011011 | 1011011 |
Color Harmonies of #FDD5D5
Complementary color
Monochromatic Colors of #FDD5D5
Black with #FDD5D5
Text Example
Text Example
White with #FDD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5D5; }
p { color: rgb(253,213,213); }
H1.HeaderClassName
{
color: #FDD5D5;
}
.AnyTagClassName
{
color: #FDD5D5;
}
</style>
background-color css
<style>
a { background-color: #FDD5D5; }
a { background-color: rgb(253,213,213); }
div.DivClassName
{
background-color: #FDD5D5;
}
.BgClassName
{
background-color: #FDD5D5;
}
</style>
border-color css
<style>
span { border-color: #FDD5D5; }
span { border-color: rgb(253,213,213); }
td.TdClassName
{
border-color: #FDD5D5;
}
.TagClassName
{
border-color: #FDD5D5;
}
</style>