Shades of Selago #FCEFFA
Tints of Selago #FCEFFA
RGB
CMYK
RGB Variations
Color information
#FCEFFA (or 0xFCEFFA) is known color: Selago. HEX triplet: FC, EF and FA. RGB value is (252,239,250). Sum of RGB (Red+Green+Blue) = 252+239+250=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFA is #031005. Grayscale: #F4F4F4. Windows color (decimal): -200710 or 16445436. OLE color: 16445436.
HSL color Cylindrical-coordinate representation of color #FCEFFA: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFFA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 250 | - |
CMYK | 0 | 0.05 | 0.01 | 0.01 |
HSL | 309.23º | 0.68% | 0.96% | - |
HSV(B) | 309.23º | 0.05% | 0.99% | - |
XYZ | 88.27 | 89.33 | 103.03 | - |
YUV | 244.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 250 | 0 | 0.05 | 0.01 | 0.01 | 309.23 | 0.68 | 0.96 |
Hex | FC | EF | FA | 0 | 5 | 1 | 1 | 135 | 44 | 60 |
Octal | 374 | 357 | 372 | 0 | 5 | 1 | 1 | 465 | 104 | 140 |
Binary | 11111100 | 11101111 | 11111010 | 0 | 101 | 1 | 1 | 100110101 | 1000100 | 1100000 |
Color Harmonies of #FCEFFA
Complementary color
Monochromatic Colors of #FCEFFA
Black with #FCEFFA
Text Example
Text Example
White with #FCEFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFFA; }
p { color: rgb(252,239,250); }
H1.HeaderClassName
{
color: #FCEFFA;
}
.AnyTagClassName
{
color: #FCEFFA;
}
</style>
background-color css
<style>
a { background-color: #FCEFFA; }
a { background-color: rgb(252,239,250); }
div.DivClassName
{
background-color: #FCEFFA;
}
.BgClassName
{
background-color: #FCEFFA;
}
</style>
border-color css
<style>
span { border-color: #FCEFFA; }
span { border-color: rgb(252,239,250); }
td.TdClassName
{
border-color: #FCEFFA;
}
.TagClassName
{
border-color: #FCEFFA;
}
</style>