Shades of Selago #FCDCFD
Tints of Selago #FCDCFD
RGB
CMYK
RGB Variations
Color information
#FCDCFD (or 0xFCDCFD) is known color: Selago. HEX triplet: FC, DC and FD. RGB value is (252,220,253). Sum of RGB (Red+Green+Blue) = 252+220+253=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCFD is #032302. Grayscale: #E9E9E9. Windows color (decimal): -205571 or 16637180. OLE color: 16637180.
HSL color Cylindrical-coordinate representation of color #FCDCFD: hue angle of 298.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCFD is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 253 | - |
CMYK | 0.00 | 0.13 | 0 | 0.01 |
HSL | 298.18º | 0.89% | 0.93% | - |
HSV(B) | 298.18º | 0.13% | 0.99% | - |
XYZ | 83.47 | 78.97 | 103.77 | - |
YUV | 233.33 | 139.1 | 141.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 253 | 0.00 | 0.13 | 0 | 0.01 | 298.18 | 0.89 | 0.93 |
Hex | FC | DC | FD | 0 | D | 0 | 1 | 12A | 59 | 5D |
Octal | 374 | 334 | 375 | 0 | 15 | 0 | 1 | 452 | 131 | 135 |
Binary | 11111100 | 11011100 | 11111101 | 0 | 1101 | 0 | 1 | 100101010 | 1011001 | 1011101 |
Color Harmonies of #FCDCFD
Complementary color
Monochromatic Colors of #FCDCFD
Black with #FCDCFD
Text Example
Text Example
White with #FCDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCFD; }
p { color: rgb(252,220,253); }
H1.HeaderClassName
{
color: #FCDCFD;
}
.AnyTagClassName
{
color: #FCDCFD;
}
</style>
background-color css
<style>
a { background-color: #FCDCFD; }
a { background-color: rgb(252,220,253); }
div.DivClassName
{
background-color: #FCDCFD;
}
.BgClassName
{
background-color: #FCDCFD;
}
</style>
border-color css
<style>
span { border-color: #FCDCFD; }
span { border-color: rgb(252,220,253); }
td.TdClassName
{
border-color: #FCDCFD;
}
.TagClassName
{
border-color: #FCDCFD;
}
</style>