Shades of Twilight Blue #FBFDF5
Tints of Twilight Blue #FBFDF5
RGB
CMYK
RGB Variations
Color information
#FBFDF5 (or 0xFBFDF5) is known color: Twilight Blue. HEX triplet: FB, FD and F5. RGB value is (251,253,245). Sum of RGB (Red+Green+Blue) = 251+253+245=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 245 (96.09% from 255 or 32.71% from 749); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDF5 is #04020A. Grayscale: #FBFBFB. Windows color (decimal): -262667 or 16121339. OLE color: 16121339.
HSL color Cylindrical-coordinate representation of color #FBFDF5: hue angle of 75º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBFDF5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 245 | - |
CMYK | 0.01 | 0 | 0.03 | 0.01 |
HSL | 75º | 0.67% | 0.98% | - |
HSV(B) | 75º | 0.03% | 0.99% | - |
XYZ | 91.39 | 97.35 | 100.36 | - |
YUV | 251.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 245 | 0.01 | 0 | 0.03 | 0.01 | 75 | 0.67 | 0.98 |
Hex | FB | FD | F5 | 1 | 0 | 3 | 1 | 4B | 43 | 62 |
Octal | 373 | 375 | 365 | 1 | 0 | 3 | 1 | 113 | 103 | 142 |
Binary | 11111011 | 11111101 | 11110101 | 1 | 0 | 11 | 1 | 1001011 | 1000011 | 1100010 |
Color Harmonies of #FBFDF5
Complementary color
Monochromatic Colors of #FBFDF5
Black with #FBFDF5
Text Example
Text Example
White with #FBFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDF5; }
p { color: rgb(251,253,245); }
H1.HeaderClassName
{
color: #FBFDF5;
}
.AnyTagClassName
{
color: #FBFDF5;
}
</style>
background-color css
<style>
a { background-color: #FBFDF5; }
a { background-color: rgb(251,253,245); }
div.DivClassName
{
background-color: #FBFDF5;
}
.BgClassName
{
background-color: #FBFDF5;
}
</style>
border-color css
<style>
span { border-color: #FBFDF5; }
span { border-color: rgb(251,253,245); }
td.TdClassName
{
border-color: #FBFDF5;
}
.TagClassName
{
border-color: #FBFDF5;
}
</style>