Shades of Selago #FAD0FF
Tints of Selago #FAD0FF
RGB
CMYK
RGB Variations
Color information
#FAD0FF (or 0xFAD0FF) is known color: Selago. HEX triplet: FA, D0 and FF. RGB value is (250,208,255). Sum of RGB (Red+Green+Blue) = 250+208+255=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 208 (81.64% from 255 or 29.17% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0FF is #052F00. Grayscale: #E1E1E1. Windows color (decimal): -339713 or 16765178. OLE color: 16765178.
HSL color Cylindrical-coordinate representation of color #FAD0FF: hue angle of 293.62º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAD0FF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 250 | 208 | 255 | - |
CMYK | 0.02 | 0.18 | 0 | 0 |
HSL | 293.62º | 1% | 0.91% | - |
HSV(B) | 293.62º | 0.18% | 1% | - |
XYZ | 80.03 | 72.66 | 104.41 | - |
YUV | 225.92 | 144.41 | 145.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 208 | 255 | 0.02 | 0.18 | 0 | 0 | 293.62 | 1 | 0.91 |
Hex | FA | D0 | FF | 2 | 12 | 0 | 0 | 126 | 64 | 5B |
Octal | 372 | 320 | 377 | 2 | 22 | 0 | 0 | 446 | 144 | 133 |
Binary | 11111010 | 11010000 | 11111111 | 10 | 10010 | 0 | 0 | 100100110 | 1100100 | 1011011 |
Color Harmonies of #FAD0FF
Complementary color
Monochromatic Colors of #FAD0FF
Black with #FAD0FF
Text Example
Text Example
White with #FAD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0FF; }
p { color: rgb(250,208,255); }
H1.HeaderClassName
{
color: #FAD0FF;
}
.AnyTagClassName
{
color: #FAD0FF;
}
</style>
background-color css
<style>
a { background-color: #FAD0FF; }
a { background-color: rgb(250,208,255); }
div.DivClassName
{
background-color: #FAD0FF;
}
.BgClassName
{
background-color: #FAD0FF;
}
</style>
border-color css
<style>
span { border-color: #FAD0FF; }
span { border-color: rgb(250,208,255); }
td.TdClassName
{
border-color: #FAD0FF;
}
.TagClassName
{
border-color: #FAD0FF;
}
</style>