Shades of Selago #FBEAFA
Tints of Selago #FBEAFA
RGB
CMYK
RGB Variations
Color information
#FBEAFA (or 0xFBEAFA) is known color: Selago. HEX triplet: FB, EA and FA. RGB value is (251,234,250). Sum of RGB (Red+Green+Blue) = 251+234+250=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 234 (91.80% from 255 or 31.84% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFA is #041505. Grayscale: #F0F0F0. Windows color (decimal): -267526 or 16444155. OLE color: 16444155.
HSL color Cylindrical-coordinate representation of color #FBEAFA: hue angle of 303.53º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEAFA is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 250 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.02 |
| HSL | 303.53º | 0.68% | 0.95% | - |
| HSV(B) | 303.53º | 0.07% | 0.98% | - |
| XYZ | 86.46 | 86.26 | 102.53 | - |
| YUV | 240.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 250 | 0 | 0.07 | 0.00 | 0.02 | 303.53 | 0.68 | 0.95 |
| Hex | FB | EA | FA | 0 | 7 | 0 | 2 | 130 | 44 | 5F |
| Octal | 373 | 352 | 372 | 0 | 7 | 0 | 2 | 460 | 104 | 137 |
| Binary | 11111011 | 11101010 | 11111010 | 0 | 111 | 0 | 10 | 100110000 | 1000100 | 1011111 |
Color Harmonies of #FBEAFA
Complementary color
Monochromatic Colors of #FBEAFA
Black with #FBEAFA
Text Example
Text Example
White with #FBEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAFA; }
p { color: rgb(251,234,250); }
H1.HeaderClassName
{
color: #FBEAFA;
}
.AnyTagClassName
{
color: #FBEAFA;
}
</style>
background-color css
<style>
a { background-color: #FBEAFA; }
a { background-color: rgb(251,234,250); }
div.DivClassName
{
background-color: #FBEAFA;
}
.BgClassName
{
background-color: #FBEAFA;
}
</style>
border-color css
<style>
span { border-color: #FBEAFA; }
span { border-color: rgb(251,234,250); }
td.TdClassName
{
border-color: #FBEAFA;
}
.TagClassName
{
border-color: #FBEAFA;
}
</style>