Shades of Selago #FADFF6
Tints of Selago #FADFF6
RGB
CMYK
RGB Variations
Color information
#FADFF6 (or 0xFADFF6) is known color: Selago. HEX triplet: FA, DF and F6. RGB value is (250,223,246). Sum of RGB (Red+Green+Blue) = 250+223+246=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF6 is #052009. Grayscale: #E9E9E9. Windows color (decimal): -335882 or 16179194. OLE color: 16179194.
HSL color Cylindrical-coordinate representation of color #FADFF6: hue angle of 308.89º 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 #FADFF6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 246 | - |
CMYK | 0 | 0.11 | 0.02 | 0.02 |
HSL | 308.89º | 0.73% | 0.93% | - |
HSV(B) | 308.89º | 0.11% | 0.98% | - |
XYZ | 82.45 | 79.75 | 98.24 | - |
YUV | 233.7 | 134.95 | 139.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 246 | 0 | 0.11 | 0.02 | 0.02 | 308.89 | 0.73 | 0.93 |
Hex | FA | DF | F6 | 0 | B | 2 | 2 | 135 | 49 | 5D |
Octal | 372 | 337 | 366 | 0 | 13 | 2 | 2 | 465 | 111 | 135 |
Binary | 11111010 | 11011111 | 11110110 | 0 | 1011 | 10 | 10 | 100110101 | 1001001 | 1011101 |
Color Harmonies of #FADFF6
Complementary color
Monochromatic Colors of #FADFF6
Black with #FADFF6
Text Example
Text Example
White with #FADFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFF6; }
p { color: rgb(250,223,246); }
H1.HeaderClassName
{
color: #FADFF6;
}
.AnyTagClassName
{
color: #FADFF6;
}
</style>
background-color css
<style>
a { background-color: #FADFF6; }
a { background-color: rgb(250,223,246); }
div.DivClassName
{
background-color: #FADFF6;
}
.BgClassName
{
background-color: #FADFF6;
}
</style>
border-color css
<style>
span { border-color: #FADFF6; }
span { border-color: rgb(250,223,246); }
td.TdClassName
{
border-color: #FADFF6;
}
.TagClassName
{
border-color: #FADFF6;
}
</style>