Shades of Selago #FEDCFC
Tints of Selago #FEDCFC
RGB
CMYK
RGB Variations
Color information
#FEDCFC (or 0xFEDCFC) is known color: Selago. HEX triplet: FE, DC and FC. RGB value is (254,220,252). Sum of RGB (Red+Green+Blue) = 254+220+252=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 220 (86.33% from 255 or 30.30% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFC is #012303. Grayscale: #E9E9E9. Windows color (decimal): -74500 or 16571646. OLE color: 16571646.
HSL color Cylindrical-coordinate representation of color #FEDCFC: hue angle of 303.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCFC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 252 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.00 |
| HSL | 303.53º | 0.94% | 0.93% | - |
| HSV(B) | 303.53º | 0.13% | 1% | - |
| XYZ | 84.04 | 79.29 | 102.97 | - |
| YUV | 233.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 252 | 0 | 0.13 | 0.01 | 0.00 | 303.53 | 0.94 | 0.93 |
| Hex | FE | DC | FC | 0 | D | 1 | 0 | 130 | 5E | 5D |
| Octal | 376 | 334 | 374 | 0 | 15 | 1 | 0 | 460 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11111100 | 0 | 1101 | 1 | 0 | 100110000 | 1011110 | 1011101 |
Color Harmonies of #FEDCFC
Complementary color
Monochromatic Colors of #FEDCFC
Black with #FEDCFC
Text Example
Text Example
White with #FEDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCFC; }
p { color: rgb(254,220,252); }
H1.HeaderClassName
{
color: #FEDCFC;
}
.AnyTagClassName
{
color: #FEDCFC;
}
</style>
background-color css
<style>
a { background-color: #FEDCFC; }
a { background-color: rgb(254,220,252); }
div.DivClassName
{
background-color: #FEDCFC;
}
.BgClassName
{
background-color: #FEDCFC;
}
</style>
border-color css
<style>
span { border-color: #FEDCFC; }
span { border-color: rgb(254,220,252); }
td.TdClassName
{
border-color: #FEDCFC;
}
.TagClassName
{
border-color: #FEDCFC;
}
</style>