Shades of Selago #FCEAFB
Tints of Selago #FCEAFB
RGB
CMYK
RGB Variations
Color information
#FCEAFB (or 0xFCEAFB) is known color: Selago. HEX triplet: FC, EA and FB. RGB value is (252,234,251). Sum of RGB (Red+Green+Blue) = 252+234+251=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFB is #031504. Grayscale: #F1F1F1. Windows color (decimal): -201989 or 16509692. OLE color: 16509692.
HSL color Cylindrical-coordinate representation of color #FCEAFB: hue angle of 303.33º degrees, saturation: 0.75, 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 #FCEAFB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 251 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.01 |
| HSL | 303.33º | 0.75% | 0.95% | - |
| HSV(B) | 303.33º | 0.07% | 0.99% | - |
| XYZ | 86.98 | 86.51 | 103.38 | - |
| YUV | 241.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 251 | 0 | 0.07 | 0.00 | 0.01 | 303.33 | 0.75 | 0.95 |
| Hex | FC | EA | FB | 0 | 7 | 0 | 1 | 12F | 4B | 5F |
| Octal | 374 | 352 | 373 | 0 | 7 | 0 | 1 | 457 | 113 | 137 |
| Binary | 11111100 | 11101010 | 11111011 | 0 | 111 | 0 | 1 | 100101111 | 1001011 | 1011111 |
Color Harmonies of #FCEAFB
Complementary color
Monochromatic Colors of #FCEAFB
Black with #FCEAFB
Text Example
Text Example
White with #FCEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAFB; }
p { color: rgb(252,234,251); }
H1.HeaderClassName
{
color: #FCEAFB;
}
.AnyTagClassName
{
color: #FCEAFB;
}
</style>
background-color css
<style>
a { background-color: #FCEAFB; }
a { background-color: rgb(252,234,251); }
div.DivClassName
{
background-color: #FCEAFB;
}
.BgClassName
{
background-color: #FCEAFB;
}
</style>
border-color css
<style>
span { border-color: #FCEAFB; }
span { border-color: rgb(252,234,251); }
td.TdClassName
{
border-color: #FCEAFB;
}
.TagClassName
{
border-color: #FCEAFB;
}
</style>