Shades of Selago #FAD4FF
Tints of Selago #FAD4FF
RGB
CMYK
RGB Variations
Color information
#FAD4FF (or 0xFAD4FF) is known color: Selago. HEX triplet: FA, D4 and FF. RGB value is (250,212,255). Sum of RGB (Red+Green+Blue) = 250+212+255=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 212 (83.20% from 255 or 29.57% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4FF is #052B00. Grayscale: #E4E4E4. Windows color (decimal): -338689 or 16766202. OLE color: 16766202.
HSL color Cylindrical-coordinate representation of color #FAD4FF: hue angle of 293.02º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD4FF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 212 | 255 | - |
| CMYK | 0.02 | 0.17 | 0 | 0 |
| HSL | 293.02º | 1% | 0.92% | - |
| HSV(B) | 293.02º | 0.17% | 1% | - |
| XYZ | 81.02 | 74.63 | 104.74 | - |
| YUV | 228.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 255 | 0.02 | 0.17 | 0 | 0 | 293.02 | 1 | 0.92 |
| Hex | FA | D4 | FF | 2 | 11 | 0 | 0 | 125 | 64 | 5C |
| Octal | 372 | 324 | 377 | 2 | 21 | 0 | 0 | 445 | 144 | 134 |
| Binary | 11111010 | 11010100 | 11111111 | 10 | 10001 | 0 | 0 | 100100101 | 1100100 | 1011100 |
Color Harmonies of #FAD4FF
Complementary color
Monochromatic Colors of #FAD4FF
Black with #FAD4FF
Text Example
Text Example
White with #FAD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4FF; }
p { color: rgb(250,212,255); }
H1.HeaderClassName
{
color: #FAD4FF;
}
.AnyTagClassName
{
color: #FAD4FF;
}
</style>
background-color css
<style>
a { background-color: #FAD4FF; }
a { background-color: rgb(250,212,255); }
div.DivClassName
{
background-color: #FAD4FF;
}
.BgClassName
{
background-color: #FAD4FF;
}
</style>
border-color css
<style>
span { border-color: #FAD4FF; }
span { border-color: rgb(250,212,255); }
td.TdClassName
{
border-color: #FAD4FF;
}
.TagClassName
{
border-color: #FAD4FF;
}
</style>