Shades of Selago #FCEBFD
Tints of Selago #FCEBFD
RGB
CMYK
RGB Variations
Color information
#FCEBFD (or 0xFCEBFD) is known color: Selago. HEX triplet: FC, EB and FD. RGB value is (252,235,253). Sum of RGB (Red+Green+Blue) = 252+235+253=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 235 (92.19% from 255 or 31.76% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFD is #031402. Grayscale: #F2F2F2. Windows color (decimal): -201731 or 16641020. OLE color: 16641020.
HSL color Cylindrical-coordinate representation of color #FCEBFD: hue angle of 296.67º degrees, saturation: 0.82, 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 #FCEBFD is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 235 | 253 | - |
CMYK | 0.00 | 0.07 | 0 | 0.01 |
HSL | 296.67º | 0.82% | 0.96% | - |
HSV(B) | 296.67º | 0.07% | 0.99% | - |
XYZ | 87.58 | 87.2 | 105.14 | - |
YUV | 242.14 | 134.13 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 235 | 253 | 0.00 | 0.07 | 0 | 0.01 | 296.67 | 0.82 | 0.96 |
Hex | FC | EB | FD | 0 | 7 | 0 | 1 | 129 | 52 | 60 |
Octal | 374 | 353 | 375 | 0 | 7 | 0 | 1 | 451 | 122 | 140 |
Binary | 11111100 | 11101011 | 11111101 | 0 | 111 | 0 | 1 | 100101001 | 1010010 | 1100000 |
Color Harmonies of #FCEBFD
Complementary color
Monochromatic Colors of #FCEBFD
Black with #FCEBFD
Text Example
Text Example
White with #FCEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBFD; }
p { color: rgb(252,235,253); }
H1.HeaderClassName
{
color: #FCEBFD;
}
.AnyTagClassName
{
color: #FCEBFD;
}
</style>
background-color css
<style>
a { background-color: #FCEBFD; }
a { background-color: rgb(252,235,253); }
div.DivClassName
{
background-color: #FCEBFD;
}
.BgClassName
{
background-color: #FCEBFD;
}
</style>
border-color css
<style>
span { border-color: #FCEBFD; }
span { border-color: rgb(252,235,253); }
td.TdClassName
{
border-color: #FCEBFD;
}
.TagClassName
{
border-color: #FCEBFD;
}
</style>