Shades of Selago #F5D4F9
Tints of Selago #F5D4F9
RGB
CMYK
RGB Variations
Color information
#F5D4F9 (or 0xF5D4F9) is known color: Selago. HEX triplet: F5, D4 and F9. RGB value is (245,212,249). Sum of RGB (Red+Green+Blue) = 245+212+249=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 212 (83.20% from 255 or 30.03% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5D4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D4F9 is #0A2B06. Grayscale: #E1E1E1. Windows color (decimal): -666375 or 16372981. OLE color: 16372981.
HSL color Cylindrical-coordinate representation of color #F5D4F9: hue angle of 293.51º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D4F9 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 212 | 249 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.02 |
| HSL | 293.51º | 0.76% | 0.9% | - |
| HSV(B) | 293.51º | 0.15% | 0.98% | - |
| XYZ | 78.3 | 73.34 | 99.65 | - |
| YUV | 226.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 249 | 0.02 | 0.15 | 0 | 0.02 | 293.51 | 0.76 | 0.9 |
| Hex | F5 | D4 | F9 | 2 | F | 0 | 2 | 126 | 4C | 5A |
| Octal | 365 | 324 | 371 | 2 | 17 | 0 | 2 | 446 | 114 | 132 |
| Binary | 11110101 | 11010100 | 11111001 | 10 | 1111 | 0 | 10 | 100100110 | 1001100 | 1011010 |
Color Harmonies of #F5D4F9
Complementary color
Monochromatic Colors of #F5D4F9
Black with #F5D4F9
Text Example
Text Example
White with #F5D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4F9; }
p { color: rgb(245,212,249); }
H1.HeaderClassName
{
color: #F5D4F9;
}
.AnyTagClassName
{
color: #F5D4F9;
}
</style>
background-color css
<style>
a { background-color: #F5D4F9; }
a { background-color: rgb(245,212,249); }
div.DivClassName
{
background-color: #F5D4F9;
}
.BgClassName
{
background-color: #F5D4F9;
}
</style>
border-color css
<style>
span { border-color: #F5D4F9; }
span { border-color: rgb(245,212,249); }
td.TdClassName
{
border-color: #F5D4F9;
}
.TagClassName
{
border-color: #F5D4F9;
}
</style>