Shades of Selago #FCDCFB
Tints of Selago #FCDCFB
RGB
CMYK
RGB Variations
Color information
#FCDCFB (or 0xFCDCFB) is known color: Selago. HEX triplet: FC, DC and FB. RGB value is (252,220,251). Sum of RGB (Red+Green+Blue) = 252+220+251=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCFB is #032304. Grayscale: #E9E9E9. Windows color (decimal): -205573 or 16506108. OLE color: 16506108.
HSL color Cylindrical-coordinate representation of color #FCDCFB: hue angle of 301.88º degrees, saturation: 0.84, 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 #FCDCFB is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 251 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.01 |
| HSL | 301.88º | 0.84% | 0.93% | - |
| HSV(B) | 301.88º | 0.13% | 0.99% | - |
| XYZ | 83.15 | 78.85 | 102.1 | - |
| YUV | 233.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 251 | 0 | 0.13 | 0.00 | 0.01 | 301.88 | 0.84 | 0.93 |
| Hex | FC | DC | FB | 0 | D | 0 | 1 | 12E | 54 | 5D |
| Octal | 374 | 334 | 373 | 0 | 15 | 0 | 1 | 456 | 124 | 135 |
| Binary | 11111100 | 11011100 | 11111011 | 0 | 1101 | 0 | 1 | 100101110 | 1010100 | 1011101 |
Color Harmonies of #FCDCFB
Complementary color
Monochromatic Colors of #FCDCFB
Black with #FCDCFB
Text Example
Text Example
White with #FCDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCFB; }
p { color: rgb(252,220,251); }
H1.HeaderClassName
{
color: #FCDCFB;
}
.AnyTagClassName
{
color: #FCDCFB;
}
</style>
background-color css
<style>
a { background-color: #FCDCFB; }
a { background-color: rgb(252,220,251); }
div.DivClassName
{
background-color: #FCDCFB;
}
.BgClassName
{
background-color: #FCDCFB;
}
</style>
border-color css
<style>
span { border-color: #FCDCFB; }
span { border-color: rgb(252,220,251); }
td.TdClassName
{
border-color: #FCDCFB;
}
.TagClassName
{
border-color: #FCDCFB;
}
</style>