Shades of Selago #FCD6FD
Tints of Selago #FCD6FD
RGB
CMYK
RGB Variations
Color information
#FCD6FD (or 0xFCD6FD) is known color: Selago. HEX triplet: FC, D6 and FD. RGB value is (252,214,253). Sum of RGB (Red+Green+Blue) = 252+214+253=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 214 (83.98% from 255 or 29.76% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FD is #032902. Grayscale: #E5E5E5. Windows color (decimal): -207107 or 16635644. OLE color: 16635644.
HSL color Cylindrical-coordinate representation of color #FCD6FD: hue angle of 298.46º degrees, saturation: 0.91, 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 #FCD6FD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 214 | 253 | - |
CMYK | 0.00 | 0.15 | 0 | 0.01 |
HSL | 298.46º | 0.91% | 0.92% | - |
HSV(B) | 298.46º | 0.15% | 0.99% | - |
XYZ | 81.92 | 75.88 | 103.26 | - |
YUV | 229.81 | 141.09 | 143.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 214 | 253 | 0.00 | 0.15 | 0 | 0.01 | 298.46 | 0.91 | 0.92 |
Hex | FC | D6 | FD | 0 | F | 0 | 1 | 12A | 5B | 5C |
Octal | 374 | 326 | 375 | 0 | 17 | 0 | 1 | 452 | 133 | 134 |
Binary | 11111100 | 11010110 | 11111101 | 0 | 1111 | 0 | 1 | 100101010 | 1011011 | 1011100 |
Color Harmonies of #FCD6FD
Complementary color
Monochromatic Colors of #FCD6FD
Black with #FCD6FD
Text Example
Text Example
White with #FCD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6FD; }
p { color: rgb(252,214,253); }
H1.HeaderClassName
{
color: #FCD6FD;
}
.AnyTagClassName
{
color: #FCD6FD;
}
</style>
background-color css
<style>
a { background-color: #FCD6FD; }
a { background-color: rgb(252,214,253); }
div.DivClassName
{
background-color: #FCD6FD;
}
.BgClassName
{
background-color: #FCD6FD;
}
</style>
border-color css
<style>
span { border-color: #FCD6FD; }
span { border-color: rgb(252,214,253); }
td.TdClassName
{
border-color: #FCD6FD;
}
.TagClassName
{
border-color: #FCD6FD;
}
</style>