Shades of Selago #FCDFFA
Tints of Selago #FCDFFA
RGB
CMYK
RGB Variations
Color information
#FCDFFA (or 0xFCDFFA) is known color: Selago. HEX triplet: FC, DF and FA. RGB value is (252,223,250). Sum of RGB (Red+Green+Blue) = 252+223+250=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFFA is #032005. Grayscale: #EAEAEA. Windows color (decimal): -204806 or 16441340. OLE color: 16441340.
HSL color Cylindrical-coordinate representation of color #FCDFFA: hue angle of 304.14º 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 #FCDFFA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 250 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.01 |
| HSL | 304.14º | 0.83% | 0.93% | - |
| HSV(B) | 304.14º | 0.12% | 0.99% | - |
| XYZ | 83.79 | 80.37 | 101.54 | - |
| YUV | 234.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 250 | 0 | 0.12 | 0.01 | 0.01 | 304.14 | 0.83 | 0.93 |
| Hex | FC | DF | FA | 0 | C | 1 | 1 | 130 | 53 | 5D |
| Octal | 374 | 337 | 372 | 0 | 14 | 1 | 1 | 460 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11111010 | 0 | 1100 | 1 | 1 | 100110000 | 1010011 | 1011101 |
Color Harmonies of #FCDFFA
Complementary color
Monochromatic Colors of #FCDFFA
Black with #FCDFFA
Text Example
Text Example
White with #FCDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFFA; }
p { color: rgb(252,223,250); }
H1.HeaderClassName
{
color: #FCDFFA;
}
.AnyTagClassName
{
color: #FCDFFA;
}
</style>
background-color css
<style>
a { background-color: #FCDFFA; }
a { background-color: rgb(252,223,250); }
div.DivClassName
{
background-color: #FCDFFA;
}
.BgClassName
{
background-color: #FCDFFA;
}
</style>
border-color css
<style>
span { border-color: #FCDFFA; }
span { border-color: rgb(252,223,250); }
td.TdClassName
{
border-color: #FCDFFA;
}
.TagClassName
{
border-color: #FCDFFA;
}
</style>