Shades of Selago #FCDFF8
Tints of Selago #FCDFF8
RGB
CMYK
RGB Variations
Color information
#FCDFF8 (or 0xFCDFF8) is known color: Selago. HEX triplet: FC, DF and F8. RGB value is (252,223,248). Sum of RGB (Red+Green+Blue) = 252+223+248=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF8 is #032007. Grayscale: #EAEAEA. Windows color (decimal): -204808 or 16310268. OLE color: 16310268.
HSL color Cylindrical-coordinate representation of color #FCDFF8: hue angle of 308.28º degrees, saturation: 0.83, 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 #FCDFF8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 248 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 308.28º | 0.83% | 0.93% | - |
| HSV(B) | 308.28º | 0.12% | 0.99% | - |
| XYZ | 83.48 | 80.25 | 99.9 | - |
| YUV | 234.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 248 | 0 | 0.12 | 0.02 | 0.01 | 308.28 | 0.83 | 0.93 |
| Hex | FC | DF | F8 | 0 | C | 2 | 1 | 134 | 53 | 5D |
| Octal | 374 | 337 | 370 | 0 | 14 | 2 | 1 | 464 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11111000 | 0 | 1100 | 10 | 1 | 100110100 | 1010011 | 1011101 |
Color Harmonies of #FCDFF8
Complementary color
Monochromatic Colors of #FCDFF8
Black with #FCDFF8
Text Example
Text Example
White with #FCDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFF8; }
p { color: rgb(252,223,248); }
H1.HeaderClassName
{
color: #FCDFF8;
}
.AnyTagClassName
{
color: #FCDFF8;
}
</style>
background-color css
<style>
a { background-color: #FCDFF8; }
a { background-color: rgb(252,223,248); }
div.DivClassName
{
background-color: #FCDFF8;
}
.BgClassName
{
background-color: #FCDFF8;
}
</style>
border-color css
<style>
span { border-color: #FCDFF8; }
span { border-color: rgb(252,223,248); }
td.TdClassName
{
border-color: #FCDFF8;
}
.TagClassName
{
border-color: #FCDFF8;
}
</style>