Shades of Selago #FADDFB
Tints of Selago #FADDFB
RGB
CMYK
RGB Variations
Color information
#FADDFB (or 0xFADDFB) is known color: Selago. HEX triplet: FA, DD and FB. RGB value is (250,221,251). Sum of RGB (Red+Green+Blue) = 250+221+251=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #FADDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFB is #052204. Grayscale: #E9E9E9. Windows color (decimal): -336389 or 16506362. OLE color: 16506362.
HSL color Cylindrical-coordinate representation of color #FADDFB: hue angle of 298º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDFB is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 251 | - |
CMYK | 0.00 | 0.12 | 0 | 0.02 |
HSL | 298º | 0.79% | 0.93% | - |
HSV(B) | 298º | 0.12% | 0.98% | - |
XYZ | 82.69 | 79 | 102.16 | - |
YUV | 233.09 | 138.11 | 140.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 251 | 0.00 | 0.12 | 0 | 0.02 | 298 | 0.79 | 0.93 |
Hex | FA | DD | FB | 0 | C | 0 | 2 | 12A | 4F | 5D |
Octal | 372 | 335 | 373 | 0 | 14 | 0 | 2 | 452 | 117 | 135 |
Binary | 11111010 | 11011101 | 11111011 | 0 | 1100 | 0 | 10 | 100101010 | 1001111 | 1011101 |
Color Harmonies of #FADDFB
Complementary color
Monochromatic Colors of #FADDFB
Black with #FADDFB
Text Example
Text Example
White with #FADDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDFB; }
p { color: rgb(250,221,251); }
H1.HeaderClassName
{
color: #FADDFB;
}
.AnyTagClassName
{
color: #FADDFB;
}
</style>
background-color css
<style>
a { background-color: #FADDFB; }
a { background-color: rgb(250,221,251); }
div.DivClassName
{
background-color: #FADDFB;
}
.BgClassName
{
background-color: #FADDFB;
}
</style>
border-color css
<style>
span { border-color: #FADDFB; }
span { border-color: rgb(250,221,251); }
td.TdClassName
{
border-color: #FADDFB;
}
.TagClassName
{
border-color: #FADDFB;
}
</style>