Shades of Selago #FDECFC
Tints of Selago #FDECFC
RGB
CMYK
RGB Variations
Color information
#FDECFC (or 0xFDECFC) is known color: Selago. HEX triplet: FD, EC and FC. RGB value is (253,236,252). Sum of RGB (Red+Green+Blue) = 253+236+252=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 236 (92.58% from 255 or 31.85% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECFC is #021303. Grayscale: #F2F2F2. Windows color (decimal): -135940 or 16575741. OLE color: 16575741.
HSL color Cylindrical-coordinate representation of color #FDECFC: hue angle of 303.53º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECFC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 252 | - |
CMYK | 0 | 0.07 | 0.00 | 0.01 |
HSL | 303.53º | 0.81% | 0.96% | - |
HSV(B) | 303.53º | 0.07% | 0.99% | - |
XYZ | 88.07 | 87.9 | 104.42 | - |
YUV | 242.91 | 133.13 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 252 | 0 | 0.07 | 0.00 | 0.01 | 303.53 | 0.81 | 0.96 |
Hex | FD | EC | FC | 0 | 7 | 0 | 1 | 130 | 51 | 60 |
Octal | 375 | 354 | 374 | 0 | 7 | 0 | 1 | 460 | 121 | 140 |
Binary | 11111101 | 11101100 | 11111100 | 0 | 111 | 0 | 1 | 100110000 | 1010001 | 1100000 |
Color Harmonies of #FDECFC
Complementary color
Monochromatic Colors of #FDECFC
Black with #FDECFC
Text Example
Text Example
White with #FDECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECFC; }
p { color: rgb(253,236,252); }
H1.HeaderClassName
{
color: #FDECFC;
}
.AnyTagClassName
{
color: #FDECFC;
}
</style>
background-color css
<style>
a { background-color: #FDECFC; }
a { background-color: rgb(253,236,252); }
div.DivClassName
{
background-color: #FDECFC;
}
.BgClassName
{
background-color: #FDECFC;
}
</style>
border-color css
<style>
span { border-color: #FDECFC; }
span { border-color: rgb(253,236,252); }
td.TdClassName
{
border-color: #FDECFC;
}
.TagClassName
{
border-color: #FDECFC;
}
</style>