Shades of Selago #FFD7FE
Tints of Selago #FFD7FE
RGB
CMYK
RGB Variations
Color information
#FFD7FE (or 0xFFD7FE) is known color: Selago. HEX triplet: FF, D7 and FE. RGB value is (255,215,254). Sum of RGB (Red+Green+Blue) = 255+215+254=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 215 (84.38% from 255 or 29.70% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7FE is #002801. Grayscale: #E7E7E7. Windows color (decimal): -10242 or 16701439. OLE color: 16701439.
HSL color Cylindrical-coordinate representation of color #FFD7FE: hue angle of 301.5º 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 #FFD7FE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 254 | - |
| CMYK | 0 | 0.16 | 0.00 | 0 |
| HSL | 301.5º | 1% | 0.92% | - |
| HSV(B) | 301.5º | 0.16% | 1% | - |
| XYZ | 83.43 | 77.02 | 104.23 | - |
| YUV | 231.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 254 | 0 | 0.16 | 0.00 | 0 | 301.5 | 1 | 0.92 |
| Hex | FF | D7 | FE | 0 | 10 | 0 | 0 | 12E | 64 | 5C |
| Octal | 377 | 327 | 376 | 0 | 20 | 0 | 0 | 456 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11111110 | 0 | 10000 | 0 | 0 | 100101110 | 1100100 | 1011100 |
Color Harmonies of #FFD7FE
Complementary color
Monochromatic Colors of #FFD7FE
Black with #FFD7FE
Text Example
Text Example
White with #FFD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7FE; }
p { color: rgb(255,215,254); }
H1.HeaderClassName
{
color: #FFD7FE;
}
.AnyTagClassName
{
color: #FFD7FE;
}
</style>
background-color css
<style>
a { background-color: #FFD7FE; }
a { background-color: rgb(255,215,254); }
div.DivClassName
{
background-color: #FFD7FE;
}
.BgClassName
{
background-color: #FFD7FE;
}
</style>
border-color css
<style>
span { border-color: #FFD7FE; }
span { border-color: rgb(255,215,254); }
td.TdClassName
{
border-color: #FFD7FE;
}
.TagClassName
{
border-color: #FFD7FE;
}
</style>