Shades of Twilight Blue #FBFEF5
Tints of Twilight Blue #FBFEF5
RGB
CMYK
RGB Variations
Color information
#FBFEF5 (or 0xFBFEF5) is known color: Twilight Blue. HEX triplet: FB, FE and F5. RGB value is (251,254,245). Sum of RGB (Red+Green+Blue) = 251+254+245=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFEF5 is #04010A. Grayscale: #FCFCFC. Windows color (decimal): -262411 or 16121595. OLE color: 16121595.
HSL color Cylindrical-coordinate representation of color #FBFEF5: hue angle of 80º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBFEF5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 251 | 254 | 245 | - |
CMYK | 0.01 | 0 | 0.04 | 0.00 |
HSL | 80º | 0.82% | 0.98% | - |
HSV(B) | 80º | 0.04% | 1% | - |
XYZ | 91.71 | 97.99 | 100.47 | - |
YUV | 252.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 254 | 245 | 0.01 | 0 | 0.04 | 0.00 | 80 | 0.82 | 0.98 |
Hex | FB | FE | F5 | 1 | 0 | 4 | 0 | 50 | 52 | 62 |
Octal | 373 | 376 | 365 | 1 | 0 | 4 | 0 | 120 | 122 | 142 |
Binary | 11111011 | 11111110 | 11110101 | 1 | 0 | 100 | 0 | 1010000 | 1010010 | 1100010 |
Color Harmonies of #FBFEF5
Complementary color
Monochromatic Colors of #FBFEF5
Black with #FBFEF5
Text Example
Text Example
White with #FBFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEF5; }
p { color: rgb(251,254,245); }
H1.HeaderClassName
{
color: #FBFEF5;
}
.AnyTagClassName
{
color: #FBFEF5;
}
</style>
background-color css
<style>
a { background-color: #FBFEF5; }
a { background-color: rgb(251,254,245); }
div.DivClassName
{
background-color: #FBFEF5;
}
.BgClassName
{
background-color: #FBFEF5;
}
</style>
border-color css
<style>
span { border-color: #FBFEF5; }
span { border-color: rgb(251,254,245); }
td.TdClassName
{
border-color: #FBFEF5;
}
.TagClassName
{
border-color: #FBFEF5;
}
</style>