Shades of Selago #FCEEFD
Tints of Selago #FCEEFD
RGB
CMYK
RGB Variations
Color information
#FCEEFD (or 0xFCEEFD) is known color: Selago. HEX triplet: FC, EE and FD. RGB value is (252,238,253). Sum of RGB (Red+Green+Blue) = 252+238+253=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFD is #031102. Grayscale: #F3F3F3. Windows color (decimal): -200963 or 16641788. OLE color: 16641788.
HSL color Cylindrical-coordinate representation of color #FCEEFD: hue angle of 296º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEEFD is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 253 | - |
CMYK | 0.00 | 0.06 | 0 | 0.01 |
HSL | 296º | 0.79% | 0.96% | - |
HSV(B) | 296º | 0.06% | 0.99% | - |
XYZ | 88.45 | 88.94 | 105.43 | - |
YUV | 243.9 | 133.14 | 133.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 253 | 0.00 | 0.06 | 0 | 0.01 | 296 | 0.79 | 0.96 |
Hex | FC | EE | FD | 0 | 6 | 0 | 1 | 128 | 4F | 60 |
Octal | 374 | 356 | 375 | 0 | 6 | 0 | 1 | 450 | 117 | 140 |
Binary | 11111100 | 11101110 | 11111101 | 0 | 110 | 0 | 1 | 100101000 | 1001111 | 1100000 |
Color Harmonies of #FCEEFD
Complementary color
Monochromatic Colors of #FCEEFD
Black with #FCEEFD
Text Example
Text Example
White with #FCEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEFD; }
p { color: rgb(252,238,253); }
H1.HeaderClassName
{
color: #FCEEFD;
}
.AnyTagClassName
{
color: #FCEEFD;
}
</style>
background-color css
<style>
a { background-color: #FCEEFD; }
a { background-color: rgb(252,238,253); }
div.DivClassName
{
background-color: #FCEEFD;
}
.BgClassName
{
background-color: #FCEEFD;
}
</style>
border-color css
<style>
span { border-color: #FCEEFD; }
span { border-color: rgb(252,238,253); }
td.TdClassName
{
border-color: #FCEEFD;
}
.TagClassName
{
border-color: #FCEEFD;
}
</style>