Shades of Selago #FCEBFB
Tints of Selago #FCEBFB
RGB
CMYK
RGB Variations
Color information
#FCEBFB (or 0xFCEBFB) is known color: Selago. HEX triplet: FC, EB and FB. RGB value is (252,235,251). Sum of RGB (Red+Green+Blue) = 252+235+251=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 235 (92.19% from 255 or 31.84% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBFB is #031404. Grayscale: #F1F1F1. Windows color (decimal): -201733 or 16509948. OLE color: 16509948.
HSL color Cylindrical-coordinate representation of color #FCEBFB: hue angle of 303.53º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBFB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 235 | 251 | - |
CMYK | 0 | 0.07 | 0.00 | 0.01 |
HSL | 303.53º | 0.74% | 0.95% | - |
HSV(B) | 303.53º | 0.07% | 0.99% | - |
XYZ | 87.27 | 87.08 | 103.48 | - |
YUV | 241.91 | 133.13 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 235 | 251 | 0 | 0.07 | 0.00 | 0.01 | 303.53 | 0.74 | 0.95 |
Hex | FC | EB | FB | 0 | 7 | 0 | 1 | 130 | 4A | 5F |
Octal | 374 | 353 | 373 | 0 | 7 | 0 | 1 | 460 | 112 | 137 |
Binary | 11111100 | 11101011 | 11111011 | 0 | 111 | 0 | 1 | 100110000 | 1001010 | 1011111 |
Color Harmonies of #FCEBFB
Complementary color
Monochromatic Colors of #FCEBFB
Black with #FCEBFB
Text Example
Text Example
White with #FCEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBFB; }
p { color: rgb(252,235,251); }
H1.HeaderClassName
{
color: #FCEBFB;
}
.AnyTagClassName
{
color: #FCEBFB;
}
</style>
background-color css
<style>
a { background-color: #FCEBFB; }
a { background-color: rgb(252,235,251); }
div.DivClassName
{
background-color: #FCEBFB;
}
.BgClassName
{
background-color: #FCEBFB;
}
</style>
border-color css
<style>
span { border-color: #FCEBFB; }
span { border-color: rgb(252,235,251); }
td.TdClassName
{
border-color: #FCEBFB;
}
.TagClassName
{
border-color: #FCEBFB;
}
</style>