Shades of Selago #F5DCFC
Tints of Selago #F5DCFC
RGB
CMYK
RGB Variations
Color information
#F5DCFC (or 0xF5DCFC) is known color: Selago. HEX triplet: F5, DC and FC. RGB value is (245,220,252). Sum of RGB (Red+Green+Blue) = 245+220+252=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFC is #0A2303. Grayscale: #E7E7E7. Windows color (decimal): -664324 or 16571637. OLE color: 16571637.
HSL color Cylindrical-coordinate representation of color #F5DCFC: hue angle of 286.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5DCFC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 220 | 252 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.01 |
| HSL | 286.88º | 0.84% | 0.93% | - |
| HSV(B) | 286.88º | 0.13% | 0.99% | - |
| XYZ | 80.82 | 77.63 | 102.82 | - |
| YUV | 231.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 252 | 0.03 | 0.13 | 0 | 0.01 | 286.88 | 0.84 | 0.93 |
| Hex | F5 | DC | FC | 3 | D | 0 | 1 | 11F | 54 | 5D |
| Octal | 365 | 334 | 374 | 3 | 15 | 0 | 1 | 437 | 124 | 135 |
| Binary | 11110101 | 11011100 | 11111100 | 11 | 1101 | 0 | 1 | 100011111 | 1010100 | 1011101 |
Color Harmonies of #F5DCFC
Complementary color
Monochromatic Colors of #F5DCFC
Black with #F5DCFC
Text Example
Text Example
White with #F5DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCFC; }
p { color: rgb(245,220,252); }
H1.HeaderClassName
{
color: #F5DCFC;
}
.AnyTagClassName
{
color: #F5DCFC;
}
</style>
background-color css
<style>
a { background-color: #F5DCFC; }
a { background-color: rgb(245,220,252); }
div.DivClassName
{
background-color: #F5DCFC;
}
.BgClassName
{
background-color: #F5DCFC;
}
</style>
border-color css
<style>
span { border-color: #F5DCFC; }
span { border-color: rgb(245,220,252); }
td.TdClassName
{
border-color: #F5DCFC;
}
.TagClassName
{
border-color: #F5DCFC;
}
</style>