Shades of Selago #FFDAFB
Tints of Selago #FFDAFB
RGB
CMYK
RGB Variations
Color information
#FFDAFB (or 0xFFDAFB) is known color: Selago. HEX triplet: FF, DA and FB. RGB value is (255,218,251). Sum of RGB (Red+Green+Blue) = 255+218+251=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 218 (85.55% from 255 or 30.11% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFB is #002504. Grayscale: #E8E8E8. Windows color (decimal): -9477 or 16505599. OLE color: 16505599.
HSL color Cylindrical-coordinate representation of color #FFDAFB: hue angle of 306.49º 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 #FFDAFB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 251 | - |
| CMYK | 0 | 0.15 | 0.02 | 0 |
| HSL | 306.49º | 1% | 0.93% | - |
| HSV(B) | 306.49º | 0.15% | 1% | - |
| XYZ | 83.72 | 78.37 | 101.98 | - |
| YUV | 232.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 251 | 0 | 0.15 | 0.02 | 0 | 306.49 | 1 | 0.93 |
| Hex | FF | DA | FB | 0 | F | 2 | 0 | 132 | 64 | 5D |
| Octal | 377 | 332 | 373 | 0 | 17 | 2 | 0 | 462 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11111011 | 0 | 1111 | 10 | 0 | 100110010 | 1100100 | 1011101 |
Color Harmonies of #FFDAFB
Complementary color
Monochromatic Colors of #FFDAFB
Black with #FFDAFB
Text Example
Text Example
White with #FFDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAFB; }
p { color: rgb(255,218,251); }
H1.HeaderClassName
{
color: #FFDAFB;
}
.AnyTagClassName
{
color: #FFDAFB;
}
</style>
background-color css
<style>
a { background-color: #FFDAFB; }
a { background-color: rgb(255,218,251); }
div.DivClassName
{
background-color: #FFDAFB;
}
.BgClassName
{
background-color: #FFDAFB;
}
</style>
border-color css
<style>
span { border-color: #FFDAFB; }
span { border-color: rgb(255,218,251); }
td.TdClassName
{
border-color: #FFDAFB;
}
.TagClassName
{
border-color: #FFDAFB;
}
</style>