Shades of Selago #FAD7FD
Tints of Selago #FAD7FD
RGB
CMYK
RGB Variations
Color information
#FAD7FD (or 0xFAD7FD) is known color: Selago. HEX triplet: FA, D7 and FD. RGB value is (250,215,253). Sum of RGB (Red+Green+Blue) = 250+215+253=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD7FD is #052802. Grayscale: #E5E5E5. Windows color (decimal): -337923 or 16635898. OLE color: 16635898.
HSL color Cylindrical-coordinate representation of color #FAD7FD: hue angle of 295.26º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD7FD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 215 | 253 | - |
CMYK | 0.01 | 0.15 | 0 | 0.01 |
HSL | 295.26º | 0.9% | 0.92% | - |
HSV(B) | 295.26º | 0.15% | 0.99% | - |
XYZ | 81.45 | 76.02 | 103.31 | - |
YUV | 229.8 | 141.1 | 142.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 215 | 253 | 0.01 | 0.15 | 0 | 0.01 | 295.26 | 0.9 | 0.92 |
Hex | FA | D7 | FD | 1 | F | 0 | 1 | 127 | 5A | 5C |
Octal | 372 | 327 | 375 | 1 | 17 | 0 | 1 | 447 | 132 | 134 |
Binary | 11111010 | 11010111 | 11111101 | 1 | 1111 | 0 | 1 | 100100111 | 1011010 | 1011100 |
Color Harmonies of #FAD7FD
Complementary color
Monochromatic Colors of #FAD7FD
Black with #FAD7FD
Text Example
Text Example
White with #FAD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7FD; }
p { color: rgb(250,215,253); }
H1.HeaderClassName
{
color: #FAD7FD;
}
.AnyTagClassName
{
color: #FAD7FD;
}
</style>
background-color css
<style>
a { background-color: #FAD7FD; }
a { background-color: rgb(250,215,253); }
div.DivClassName
{
background-color: #FAD7FD;
}
.BgClassName
{
background-color: #FAD7FD;
}
</style>
border-color css
<style>
span { border-color: #FAD7FD; }
span { border-color: rgb(250,215,253); }
td.TdClassName
{
border-color: #FAD7FD;
}
.TagClassName
{
border-color: #FAD7FD;
}
</style>