Shades of Selago #FCDAFA
Tints of Selago #FCDAFA
RGB
CMYK
RGB Variations
Color information
#FCDAFA (or 0xFCDAFA) is known color: Selago. HEX triplet: FC, DA and FA. RGB value is (252,218,250). Sum of RGB (Red+Green+Blue) = 252+218+250=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFA is #032505. Grayscale: #E7E7E7. Windows color (decimal): -206086 or 16440060. OLE color: 16440060.
HSL color Cylindrical-coordinate representation of color #FCDAFA: hue angle of 303.53º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDAFA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 250 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.01 |
| HSL | 303.53º | 0.85% | 0.92% | - |
| HSV(B) | 303.53º | 0.13% | 0.99% | - |
| XYZ | 82.47 | 77.74 | 101.1 | - |
| YUV | 231.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 250 | 0 | 0.13 | 0.01 | 0.01 | 303.53 | 0.85 | 0.92 |
| Hex | FC | DA | FA | 0 | D | 1 | 1 | 130 | 55 | 5C |
| Octal | 374 | 332 | 372 | 0 | 15 | 1 | 1 | 460 | 125 | 134 |
| Binary | 11111100 | 11011010 | 11111010 | 0 | 1101 | 1 | 1 | 100110000 | 1010101 | 1011100 |
Color Harmonies of #FCDAFA
Complementary color
Monochromatic Colors of #FCDAFA
Black with #FCDAFA
Text Example
Text Example
White with #FCDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAFA; }
p { color: rgb(252,218,250); }
H1.HeaderClassName
{
color: #FCDAFA;
}
.AnyTagClassName
{
color: #FCDAFA;
}
</style>
background-color css
<style>
a { background-color: #FCDAFA; }
a { background-color: rgb(252,218,250); }
div.DivClassName
{
background-color: #FCDAFA;
}
.BgClassName
{
background-color: #FCDAFA;
}
</style>
border-color css
<style>
span { border-color: #FCDAFA; }
span { border-color: rgb(252,218,250); }
td.TdClassName
{
border-color: #FCDAFA;
}
.TagClassName
{
border-color: #FCDAFA;
}
</style>