Shades of Selago #FCDBFD
Tints of Selago #FCDBFD
RGB
CMYK
RGB Variations
Color information
#FCDBFD (or 0xFCDBFD) is known color: Selago. HEX triplet: FC, DB and FD. RGB value is (252,219,253). Sum of RGB (Red+Green+Blue) = 252+219+253=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 219 (85.94% from 255 or 30.25% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFD is #032402. Grayscale: #E8E8E8. Windows color (decimal): -205827 or 16636924. OLE color: 16636924.
HSL color Cylindrical-coordinate representation of color #FCDBFD: hue angle of 298.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBFD is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 253 | - |
CMYK | 0.00 | 0.13 | 0 | 0.01 |
HSL | 298.24º | 0.89% | 0.93% | - |
HSV(B) | 298.24º | 0.13% | 0.99% | - |
XYZ | 83.21 | 78.45 | 103.69 | - |
YUV | 232.74 | 139.43 | 141.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 253 | 0.00 | 0.13 | 0 | 0.01 | 298.24 | 0.89 | 0.93 |
Hex | FC | DB | FD | 0 | D | 0 | 1 | 12A | 59 | 5D |
Octal | 374 | 333 | 375 | 0 | 15 | 0 | 1 | 452 | 131 | 135 |
Binary | 11111100 | 11011011 | 11111101 | 0 | 1101 | 0 | 1 | 100101010 | 1011001 | 1011101 |
Color Harmonies of #FCDBFD
Complementary color
Monochromatic Colors of #FCDBFD
Black with #FCDBFD
Text Example
Text Example
White with #FCDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBFD; }
p { color: rgb(252,219,253); }
H1.HeaderClassName
{
color: #FCDBFD;
}
.AnyTagClassName
{
color: #FCDBFD;
}
</style>
background-color css
<style>
a { background-color: #FCDBFD; }
a { background-color: rgb(252,219,253); }
div.DivClassName
{
background-color: #FCDBFD;
}
.BgClassName
{
background-color: #FCDBFD;
}
</style>
border-color css
<style>
span { border-color: #FCDBFD; }
span { border-color: rgb(252,219,253); }
td.TdClassName
{
border-color: #FCDBFD;
}
.TagClassName
{
border-color: #FCDBFD;
}
</style>