Shades of Selago #FFD6FE
Tints of Selago #FFD6FE
RGB
CMYK
RGB Variations
Color information
#FFD6FE (or 0xFFD6FE) is known color: Selago. HEX triplet: FF, D6 and FE. RGB value is (255,214,254). Sum of RGB (Red+Green+Blue) = 255+214+254=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 214 (83.98% from 255 or 29.60% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6FE is #002901. Grayscale: #E6E6E6. Windows color (decimal): -10498 or 16701183. OLE color: 16701183.
HSL color Cylindrical-coordinate representation of color #FFD6FE: hue angle of 301.46º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6FE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 254 | - |
| CMYK | 0 | 0.16 | 0.00 | 0 |
| HSL | 301.46º | 1% | 0.92% | - |
| HSV(B) | 301.46º | 0.16% | 1% | - |
| XYZ | 83.18 | 76.51 | 104.15 | - |
| YUV | 230.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 254 | 0 | 0.16 | 0.00 | 0 | 301.46 | 1 | 0.92 |
| Hex | FF | D6 | FE | 0 | 10 | 0 | 0 | 12D | 64 | 5C |
| Octal | 377 | 326 | 376 | 0 | 20 | 0 | 0 | 455 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11111110 | 0 | 10000 | 0 | 0 | 100101101 | 1100100 | 1011100 |
Color Harmonies of #FFD6FE
Complementary color
Monochromatic Colors of #FFD6FE
Black with #FFD6FE
Text Example
Text Example
White with #FFD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6FE; }
p { color: rgb(255,214,254); }
H1.HeaderClassName
{
color: #FFD6FE;
}
.AnyTagClassName
{
color: #FFD6FE;
}
</style>
background-color css
<style>
a { background-color: #FFD6FE; }
a { background-color: rgb(255,214,254); }
div.DivClassName
{
background-color: #FFD6FE;
}
.BgClassName
{
background-color: #FFD6FE;
}
</style>
border-color css
<style>
span { border-color: #FFD6FE; }
span { border-color: rgb(255,214,254); }
td.TdClassName
{
border-color: #FFD6FE;
}
.TagClassName
{
border-color: #FFD6FE;
}
</style>