Shades of Selago #FCDDFF
Tints of Selago #FCDDFF
RGB
CMYK
RGB Variations
Color information
#FCDDFF (or 0xFCDDFF) is known color: Selago. HEX triplet: FC, DD and FF. RGB value is (252,221,255). Sum of RGB (Red+Green+Blue) = 252+221+255=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 221 (86.72% from 255 or 30.36% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFF is #032200. Grayscale: #EAEAEA. Windows color (decimal): -205313 or 16768508. OLE color: 16768508.
HSL color Cylindrical-coordinate representation of color #FCDDFF: hue angle of 294.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDDFF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 221 | 255 | - |
| CMYK | 0.01 | 0.13 | 0 | 0 |
| HSL | 294.71º | 1% | 0.93% | - |
| HSV(B) | 294.71º | 0.13% | 1% | - |
| XYZ | 84.05 | 79.63 | 105.55 | - |
| YUV | 234.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 255 | 0.01 | 0.13 | 0 | 0 | 294.71 | 1 | 0.93 |
| Hex | FC | DD | FF | 1 | D | 0 | 0 | 127 | 64 | 5D |
| Octal | 374 | 335 | 377 | 1 | 15 | 0 | 0 | 447 | 144 | 135 |
| Binary | 11111100 | 11011101 | 11111111 | 1 | 1101 | 0 | 0 | 100100111 | 1100100 | 1011101 |
Color Harmonies of #FCDDFF
Complementary color
Monochromatic Colors of #FCDDFF
Black with #FCDDFF
Text Example
Text Example
White with #FCDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDFF; }
p { color: rgb(252,221,255); }
H1.HeaderClassName
{
color: #FCDDFF;
}
.AnyTagClassName
{
color: #FCDDFF;
}
</style>
background-color css
<style>
a { background-color: #FCDDFF; }
a { background-color: rgb(252,221,255); }
div.DivClassName
{
background-color: #FCDDFF;
}
.BgClassName
{
background-color: #FCDDFF;
}
</style>
border-color css
<style>
span { border-color: #FCDDFF; }
span { border-color: rgb(252,221,255); }
td.TdClassName
{
border-color: #FCDDFF;
}
.TagClassName
{
border-color: #FCDDFF;
}
</style>