Shades of Selago #FDD8FC
Tints of Selago #FDD8FC
RGB
CMYK
RGB Variations
Color information
#FDD8FC (or 0xFDD8FC) is known color: Selago. HEX triplet: FD, D8 and FC. RGB value is (253,216,252). Sum of RGB (Red+Green+Blue) = 253+216+252=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 216 (84.77% from 255 or 29.96% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8FC is #022703. Grayscale: #E7E7E7. Windows color (decimal): -141060 or 16570621. OLE color: 16570621.
HSL color Cylindrical-coordinate representation of color #FDD8FC: hue angle of 301.62º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8FC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 252 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.01 |
| HSL | 301.62º | 0.9% | 0.92% | - |
| HSV(B) | 301.62º | 0.15% | 0.99% | - |
| XYZ | 82.63 | 77.02 | 102.61 | - |
| YUV | 231.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 252 | 0 | 0.15 | 0.00 | 0.01 | 301.62 | 0.9 | 0.92 |
| Hex | FD | D8 | FC | 0 | F | 0 | 1 | 12E | 5A | 5C |
| Octal | 375 | 330 | 374 | 0 | 17 | 0 | 1 | 456 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11111100 | 0 | 1111 | 0 | 1 | 100101110 | 1011010 | 1011100 |
Color Harmonies of #FDD8FC
Complementary color
Monochromatic Colors of #FDD8FC
Black with #FDD8FC
Text Example
Text Example
White with #FDD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8FC; }
p { color: rgb(253,216,252); }
H1.HeaderClassName
{
color: #FDD8FC;
}
.AnyTagClassName
{
color: #FDD8FC;
}
</style>
background-color css
<style>
a { background-color: #FDD8FC; }
a { background-color: rgb(253,216,252); }
div.DivClassName
{
background-color: #FDD8FC;
}
.BgClassName
{
background-color: #FDD8FC;
}
</style>
border-color css
<style>
span { border-color: #FDD8FC; }
span { border-color: rgb(253,216,252); }
td.TdClassName
{
border-color: #FDD8FC;
}
.TagClassName
{
border-color: #FDD8FC;
}
</style>