Shades of Selago #FCDEFD
Tints of Selago #FCDEFD
RGB
CMYK
RGB Variations
Color information
#FCDEFD (or 0xFCDEFD) is known color: Selago. HEX triplet: FC, DE and FD. RGB value is (252,222,253). Sum of RGB (Red+Green+Blue) = 252+222+253=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEFD is #032102. Grayscale: #EAEAEA. Windows color (decimal): -205059 or 16637692. OLE color: 16637692.
HSL color Cylindrical-coordinate representation of color #FCDEFD: hue angle of 298.06º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDEFD is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 253 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.01 |
| HSL | 298.06º | 0.89% | 0.93% | - |
| HSV(B) | 298.06º | 0.12% | 0.99% | - |
| XYZ | 84 | 80.03 | 103.95 | - |
| YUV | 234.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 253 | 0.00 | 0.12 | 0 | 0.01 | 298.06 | 0.89 | 0.93 |
| Hex | FC | DE | FD | 0 | C | 0 | 1 | 12A | 59 | 5D |
| Octal | 374 | 336 | 375 | 0 | 14 | 0 | 1 | 452 | 131 | 135 |
| Binary | 11111100 | 11011110 | 11111101 | 0 | 1100 | 0 | 1 | 100101010 | 1011001 | 1011101 |
Color Harmonies of #FCDEFD
Complementary color
Monochromatic Colors of #FCDEFD
Black with #FCDEFD
Text Example
Text Example
White with #FCDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEFD; }
p { color: rgb(252,222,253); }
H1.HeaderClassName
{
color: #FCDEFD;
}
.AnyTagClassName
{
color: #FCDEFD;
}
</style>
background-color css
<style>
a { background-color: #FCDEFD; }
a { background-color: rgb(252,222,253); }
div.DivClassName
{
background-color: #FCDEFD;
}
.BgClassName
{
background-color: #FCDEFD;
}
</style>
border-color css
<style>
span { border-color: #FCDEFD; }
span { border-color: rgb(252,222,253); }
td.TdClassName
{
border-color: #FCDEFD;
}
.TagClassName
{
border-color: #FCDEFD;
}
</style>