Shades of Selago #FFDAFD
Tints of Selago #FFDAFD
RGB
CMYK
RGB Variations
Color information
#FFDAFD (or 0xFFDAFD) is known color: Selago. HEX triplet: FF, DA and FD. RGB value is (255,218,253). Sum of RGB (Red+Green+Blue) = 255+218+253=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 218 (85.55% from 255 or 30.03% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFD is #002502. Grayscale: #E8E8E8. Windows color (decimal): -9475 or 16636671. OLE color: 16636671.
HSL color Cylindrical-coordinate representation of color #FFDAFD: hue angle of 303.24º 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 #FFDAFD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 253 | - |
| CMYK | 0 | 0.15 | 0.01 | 0 |
| HSL | 303.24º | 1% | 0.93% | - |
| HSV(B) | 303.24º | 0.15% | 1% | - |
| XYZ | 84.04 | 78.49 | 103.65 | - |
| YUV | 233.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 253 | 0 | 0.15 | 0.01 | 0 | 303.24 | 1 | 0.93 |
| Hex | FF | DA | FD | 0 | F | 1 | 0 | 12F | 64 | 5D |
| Octal | 377 | 332 | 375 | 0 | 17 | 1 | 0 | 457 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11111101 | 0 | 1111 | 1 | 0 | 100101111 | 1100100 | 1011101 |
Color Harmonies of #FFDAFD
Complementary color
Monochromatic Colors of #FFDAFD
Black with #FFDAFD
Text Example
Text Example
White with #FFDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAFD; }
p { color: rgb(255,218,253); }
H1.HeaderClassName
{
color: #FFDAFD;
}
.AnyTagClassName
{
color: #FFDAFD;
}
</style>
background-color css
<style>
a { background-color: #FFDAFD; }
a { background-color: rgb(255,218,253); }
div.DivClassName
{
background-color: #FFDAFD;
}
.BgClassName
{
background-color: #FFDAFD;
}
</style>
border-color css
<style>
span { border-color: #FFDAFD; }
span { border-color: rgb(255,218,253); }
td.TdClassName
{
border-color: #FFDAFD;
}
.TagClassName
{
border-color: #FFDAFD;
}
</style>