Shades of Selago #FADDFC
Tints of Selago #FADDFC
RGB
CMYK
RGB Variations
Color information
#FADDFC (or 0xFADDFC) is known color: Selago. HEX triplet: FA, DD and FC. RGB value is (250,221,252). Sum of RGB (Red+Green+Blue) = 250+221+252=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #FADDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFC is #052203. Grayscale: #E9E9E9. Windows color (decimal): -336388 or 16571898. OLE color: 16571898.
HSL color Cylindrical-coordinate representation of color #FADDFC: hue angle of 296.13º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDFC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 221 | 252 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.01 |
| HSL | 296.13º | 0.84% | 0.93% | - |
| HSV(B) | 296.13º | 0.12% | 0.99% | - |
| XYZ | 82.85 | 79.07 | 102.99 | - |
| YUV | 233.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 252 | 0.01 | 0.12 | 0 | 0.01 | 296.13 | 0.84 | 0.93 |
| Hex | FA | DD | FC | 1 | C | 0 | 1 | 128 | 54 | 5D |
| Octal | 372 | 335 | 374 | 1 | 14 | 0 | 1 | 450 | 124 | 135 |
| Binary | 11111010 | 11011101 | 11111100 | 1 | 1100 | 0 | 1 | 100101000 | 1010100 | 1011101 |
Color Harmonies of #FADDFC
Complementary color
Monochromatic Colors of #FADDFC
Black with #FADDFC
Text Example
Text Example
White with #FADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDFC; }
p { color: rgb(250,221,252); }
H1.HeaderClassName
{
color: #FADDFC;
}
.AnyTagClassName
{
color: #FADDFC;
}
</style>
background-color css
<style>
a { background-color: #FADDFC; }
a { background-color: rgb(250,221,252); }
div.DivClassName
{
background-color: #FADDFC;
}
.BgClassName
{
background-color: #FADDFC;
}
</style>
border-color css
<style>
span { border-color: #FADDFC; }
span { border-color: rgb(250,221,252); }
td.TdClassName
{
border-color: #FADDFC;
}
.TagClassName
{
border-color: #FADDFC;
}
</style>