Shades of Selago #FFDAFC
Tints of Selago #FFDAFC
RGB
CMYK
RGB Variations
Color information
#FFDAFC (or 0xFFDAFC) is known color: Selago. HEX triplet: FF, DA and FC. RGB value is (255,218,252). Sum of RGB (Red+Green+Blue) = 255+218+252=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 218 (85.55% from 255 or 30.07% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFC is #002503. Grayscale: #E8E8E8. Windows color (decimal): -9476 or 16571135. OLE color: 16571135.
HSL color Cylindrical-coordinate representation of color #FFDAFC: hue angle of 304.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAFC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 252 | - |
| CMYK | 0 | 0.15 | 0.01 | 0 |
| HSL | 304.86º | 1% | 0.93% | - |
| HSV(B) | 304.86º | 0.15% | 1% | - |
| XYZ | 83.88 | 78.43 | 102.81 | - |
| YUV | 232.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 252 | 0 | 0.15 | 0.01 | 0 | 304.86 | 1 | 0.93 |
| Hex | FF | DA | FC | 0 | F | 1 | 0 | 131 | 64 | 5D |
| Octal | 377 | 332 | 374 | 0 | 17 | 1 | 0 | 461 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11111100 | 0 | 1111 | 1 | 0 | 100110001 | 1100100 | 1011101 |
Color Harmonies of #FFDAFC
Complementary color
Monochromatic Colors of #FFDAFC
Black with #FFDAFC
Text Example
Text Example
White with #FFDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAFC; }
p { color: rgb(255,218,252); }
H1.HeaderClassName
{
color: #FFDAFC;
}
.AnyTagClassName
{
color: #FFDAFC;
}
</style>
background-color css
<style>
a { background-color: #FFDAFC; }
a { background-color: rgb(255,218,252); }
div.DivClassName
{
background-color: #FFDAFC;
}
.BgClassName
{
background-color: #FFDAFC;
}
</style>
border-color css
<style>
span { border-color: #FFDAFC; }
span { border-color: rgb(255,218,252); }
td.TdClassName
{
border-color: #FFDAFC;
}
.TagClassName
{
border-color: #FFDAFC;
}
</style>