Shades of Selago #FADFF8
Tints of Selago #FADFF8
RGB
CMYK
RGB Variations
Color information
#FADFF8 (or 0xFADFF8) is known color: Selago. HEX triplet: FA, DF and F8. RGB value is (250,223,248). Sum of RGB (Red+Green+Blue) = 250+223+248=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF8 is #052007. Grayscale: #E9E9E9. Windows color (decimal): -335880 or 16310266. OLE color: 16310266.
HSL color Cylindrical-coordinate representation of color #FADFF8: hue angle of 304.44º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFF8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 248 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.02 |
| HSL | 304.44º | 0.73% | 0.93% | - |
| HSV(B) | 304.44º | 0.11% | 0.98% | - |
| XYZ | 82.76 | 79.88 | 99.86 | - |
| YUV | 233.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 248 | 0 | 0.11 | 0.01 | 0.02 | 304.44 | 0.73 | 0.93 |
| Hex | FA | DF | F8 | 0 | B | 1 | 2 | 130 | 49 | 5D |
| Octal | 372 | 337 | 370 | 0 | 13 | 1 | 2 | 460 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11111000 | 0 | 1011 | 1 | 10 | 100110000 | 1001001 | 1011101 |
Color Harmonies of #FADFF8
Complementary color
Monochromatic Colors of #FADFF8
Black with #FADFF8
Text Example
Text Example
White with #FADFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFF8; }
p { color: rgb(250,223,248); }
H1.HeaderClassName
{
color: #FADFF8;
}
.AnyTagClassName
{
color: #FADFF8;
}
</style>
background-color css
<style>
a { background-color: #FADFF8; }
a { background-color: rgb(250,223,248); }
div.DivClassName
{
background-color: #FADFF8;
}
.BgClassName
{
background-color: #FADFF8;
}
</style>
border-color css
<style>
span { border-color: #FADFF8; }
span { border-color: rgb(250,223,248); }
td.TdClassName
{
border-color: #FADFF8;
}
.TagClassName
{
border-color: #FADFF8;
}
</style>