Shades of Selago #FCDDFE
Tints of Selago #FCDDFE
RGB
CMYK
RGB Variations
Color information
#FCDDFE (or 0xFCDDFE) is known color: Selago. HEX triplet: FC, DD and FE. RGB value is (252,221,254). Sum of RGB (Red+Green+Blue) = 252+221+254=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 221 (86.72% from 255 or 30.40% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFE is #032201. Grayscale: #E9E9E9. Windows color (decimal): -205314 or 16702972. OLE color: 16702972.
HSL color Cylindrical-coordinate representation of color #FCDDFE: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDDFE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 221 | 254 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.00 |
| HSL | 296.36º | 0.94% | 0.93% | - |
| HSV(B) | 296.36º | 0.13% | 1% | - |
| XYZ | 83.89 | 79.56 | 104.7 | - |
| YUV | 234.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 254 | 0.01 | 0.13 | 0 | 0.00 | 296.36 | 0.94 | 0.93 |
| Hex | FC | DD | FE | 1 | D | 0 | 0 | 128 | 5E | 5D |
| Octal | 374 | 335 | 376 | 1 | 15 | 0 | 0 | 450 | 136 | 135 |
| Binary | 11111100 | 11011101 | 11111110 | 1 | 1101 | 0 | 0 | 100101000 | 1011110 | 1011101 |
Color Harmonies of #FCDDFE
Complementary color
Monochromatic Colors of #FCDDFE
Black with #FCDDFE
Text Example
Text Example
White with #FCDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDFE; }
p { color: rgb(252,221,254); }
H1.HeaderClassName
{
color: #FCDDFE;
}
.AnyTagClassName
{
color: #FCDDFE;
}
</style>
background-color css
<style>
a { background-color: #FCDDFE; }
a { background-color: rgb(252,221,254); }
div.DivClassName
{
background-color: #FCDDFE;
}
.BgClassName
{
background-color: #FCDDFE;
}
</style>
border-color css
<style>
span { border-color: #FCDDFE; }
span { border-color: rgb(252,221,254); }
td.TdClassName
{
border-color: #FCDDFE;
}
.TagClassName
{
border-color: #FCDDFE;
}
</style>