Shades of Selago #FCD7FB
Tints of Selago #FCD7FB
RGB
CMYK
RGB Variations
Color information
#FCD7FB (or 0xFCD7FB) is known color: Selago. HEX triplet: FC, D7 and FB. RGB value is (252,215,251). Sum of RGB (Red+Green+Blue) = 252+215+251=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7FB is #032804. Grayscale: #E6E6E6. Windows color (decimal): -206853 or 16504828. OLE color: 16504828.
HSL color Cylindrical-coordinate representation of color #FCD7FB: hue angle of 301.62º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7FB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 251 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.01 |
| HSL | 301.62º | 0.86% | 0.92% | - |
| HSV(B) | 301.62º | 0.15% | 0.99% | - |
| XYZ | 81.86 | 76.26 | 101.67 | - |
| YUV | 230.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 251 | 0 | 0.15 | 0.00 | 0.01 | 301.62 | 0.86 | 0.92 |
| Hex | FC | D7 | FB | 0 | F | 0 | 1 | 12E | 56 | 5C |
| Octal | 374 | 327 | 373 | 0 | 17 | 0 | 1 | 456 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11111011 | 0 | 1111 | 0 | 1 | 100101110 | 1010110 | 1011100 |
Color Harmonies of #FCD7FB
Complementary color
Monochromatic Colors of #FCD7FB
Black with #FCD7FB
Text Example
Text Example
White with #FCD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7FB; }
p { color: rgb(252,215,251); }
H1.HeaderClassName
{
color: #FCD7FB;
}
.AnyTagClassName
{
color: #FCD7FB;
}
</style>
background-color css
<style>
a { background-color: #FCD7FB; }
a { background-color: rgb(252,215,251); }
div.DivClassName
{
background-color: #FCD7FB;
}
.BgClassName
{
background-color: #FCD7FB;
}
</style>
border-color css
<style>
span { border-color: #FCD7FB; }
span { border-color: rgb(252,215,251); }
td.TdClassName
{
border-color: #FCD7FB;
}
.TagClassName
{
border-color: #FCD7FB;
}
</style>