Shades of Selago #FCDBFF
Tints of Selago #FCDBFF
RGB
CMYK
RGB Variations
Color information
#FCDBFF (or 0xFCDBFF) is known color: Selago. HEX triplet: FC, DB and FF. RGB value is (252,219,255). Sum of RGB (Red+Green+Blue) = 252+219+255=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 219 (85.94% from 255 or 30.17% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFF is #032400. Grayscale: #E8E8E8. Windows color (decimal): -205825 or 16767996. OLE color: 16767996.
HSL color Cylindrical-coordinate representation of color #FCDBFF: hue angle of 295º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCDBFF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 219 | 255 | - |
| CMYK | 0.01 | 0.14 | 0 | 0 |
| HSL | 295º | 1% | 0.93% | - |
| HSV(B) | 295º | 0.14% | 1% | - |
| XYZ | 83.53 | 78.58 | 105.37 | - |
| YUV | 232.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 255 | 0.01 | 0.14 | 0 | 0 | 295 | 1 | 0.93 |
| Hex | FC | DB | FF | 1 | E | 0 | 0 | 127 | 64 | 5D |
| Octal | 374 | 333 | 377 | 1 | 16 | 0 | 0 | 447 | 144 | 135 |
| Binary | 11111100 | 11011011 | 11111111 | 1 | 1110 | 0 | 0 | 100100111 | 1100100 | 1011101 |
Color Harmonies of #FCDBFF
Complementary color
Monochromatic Colors of #FCDBFF
Black with #FCDBFF
Text Example
Text Example
White with #FCDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBFF; }
p { color: rgb(252,219,255); }
H1.HeaderClassName
{
color: #FCDBFF;
}
.AnyTagClassName
{
color: #FCDBFF;
}
</style>
background-color css
<style>
a { background-color: #FCDBFF; }
a { background-color: rgb(252,219,255); }
div.DivClassName
{
background-color: #FCDBFF;
}
.BgClassName
{
background-color: #FCDBFF;
}
</style>
border-color css
<style>
span { border-color: #FCDBFF; }
span { border-color: rgb(252,219,255); }
td.TdClassName
{
border-color: #FCDBFF;
}
.TagClassName
{
border-color: #FCDBFF;
}
</style>