Shades of Selago #FADCF9
Tints of Selago #FADCF9
RGB
CMYK
RGB Variations
Color information
#FADCF9 (or 0xFADCF9) is known color: Selago. HEX triplet: FA, DC and F9. RGB value is (250,220,249). Sum of RGB (Red+Green+Blue) = 250+220+249=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF9 is #052306. Grayscale: #E8E8E8. Windows color (decimal): -336647 or 16375034. OLE color: 16375034.
HSL color Cylindrical-coordinate representation of color #FADCF9: hue angle of 302º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCF9 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 249 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.02 |
| HSL | 302º | 0.75% | 0.92% | - |
| HSV(B) | 302º | 0.12% | 0.98% | - |
| XYZ | 82.12 | 78.35 | 100.42 | - |
| YUV | 232.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 249 | 0 | 0.12 | 0.00 | 0.02 | 302 | 0.75 | 0.92 |
| Hex | FA | DC | F9 | 0 | C | 0 | 2 | 12E | 4B | 5C |
| Octal | 372 | 334 | 371 | 0 | 14 | 0 | 2 | 456 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11111001 | 0 | 1100 | 0 | 10 | 100101110 | 1001011 | 1011100 |
Color Harmonies of #FADCF9
Complementary color
Monochromatic Colors of #FADCF9
Black with #FADCF9
Text Example
Text Example
White with #FADCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCF9; }
p { color: rgb(250,220,249); }
H1.HeaderClassName
{
color: #FADCF9;
}
.AnyTagClassName
{
color: #FADCF9;
}
</style>
background-color css
<style>
a { background-color: #FADCF9; }
a { background-color: rgb(250,220,249); }
div.DivClassName
{
background-color: #FADCF9;
}
.BgClassName
{
background-color: #FADCF9;
}
</style>
border-color css
<style>
span { border-color: #FADCF9; }
span { border-color: rgb(250,220,249); }
td.TdClassName
{
border-color: #FADCF9;
}
.TagClassName
{
border-color: #FADCF9;
}
</style>