Shades of Selago #FCD9FA
Tints of Selago #FCD9FA
RGB
CMYK
RGB Variations
Color information
#FCD9FA (or 0xFCD9FA) is known color: Selago. HEX triplet: FC, D9 and FA. RGB value is (252,217,250). Sum of RGB (Red+Green+Blue) = 252+217+250=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 217 (85.16% from 255 or 30.18% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9FA is #032605. Grayscale: #E7E7E7. Windows color (decimal): -206342 or 16439804. OLE color: 16439804.
HSL color Cylindrical-coordinate representation of color #FCD9FA: hue angle of 303.43º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9FA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 250 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.01 |
| HSL | 303.43º | 0.85% | 0.92% | - |
| HSV(B) | 303.43º | 0.14% | 0.99% | - |
| XYZ | 82.21 | 77.22 | 101.02 | - |
| YUV | 231.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 250 | 0 | 0.14 | 0.01 | 0.01 | 303.43 | 0.85 | 0.92 |
| Hex | FC | D9 | FA | 0 | E | 1 | 1 | 12F | 55 | 5C |
| Octal | 374 | 331 | 372 | 0 | 16 | 1 | 1 | 457 | 125 | 134 |
| Binary | 11111100 | 11011001 | 11111010 | 0 | 1110 | 1 | 1 | 100101111 | 1010101 | 1011100 |
Color Harmonies of #FCD9FA
Complementary color
Monochromatic Colors of #FCD9FA
Black with #FCD9FA
Text Example
Text Example
White with #FCD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9FA; }
p { color: rgb(252,217,250); }
H1.HeaderClassName
{
color: #FCD9FA;
}
.AnyTagClassName
{
color: #FCD9FA;
}
</style>
background-color css
<style>
a { background-color: #FCD9FA; }
a { background-color: rgb(252,217,250); }
div.DivClassName
{
background-color: #FCD9FA;
}
.BgClassName
{
background-color: #FCD9FA;
}
</style>
border-color css
<style>
span { border-color: #FCD9FA; }
span { border-color: rgb(252,217,250); }
td.TdClassName
{
border-color: #FCD9FA;
}
.TagClassName
{
border-color: #FCD9FA;
}
</style>