Shades of Twilight Blue #FBFDF0
Tints of Twilight Blue #FBFDF0
RGB
CMYK
RGB Variations
Color information
#FBFDF0 (or 0xFBFDF0) is known color: Twilight Blue. HEX triplet: FB, FD and F0. RGB value is (251,253,240). Sum of RGB (Red+Green+Blue) = 251+253+240=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDF0 is #04020F. Grayscale: #FAFAFA. Windows color (decimal): -262672 or 15793659. OLE color: 15793659.
HSL color Cylindrical-coordinate representation of color #FBFDF0: hue angle of 69.23º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBFDF0 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 240 | - |
CMYK | 0.01 | 0 | 0.05 | 0.01 |
HSL | 69.23º | 0.76% | 0.97% | - |
HSV(B) | 69.23º | 0.05% | 0.99% | - |
XYZ | 90.64 | 97.05 | 96.39 | - |
YUV | 250.92 | 121.84 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 240 | 0.01 | 0 | 0.05 | 0.01 | 69.23 | 0.76 | 0.97 |
Hex | FB | FD | F0 | 1 | 0 | 5 | 1 | 45 | 4C | 61 |
Octal | 373 | 375 | 360 | 1 | 0 | 5 | 1 | 105 | 114 | 141 |
Binary | 11111011 | 11111101 | 11110000 | 1 | 0 | 101 | 1 | 1000101 | 1001100 | 1100001 |
Color Harmonies of #FBFDF0
Complementary color
Monochromatic Colors of #FBFDF0
Black with #FBFDF0
Text Example
Text Example
White with #FBFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDF0; }
p { color: rgb(251,253,240); }
H1.HeaderClassName
{
color: #FBFDF0;
}
.AnyTagClassName
{
color: #FBFDF0;
}
</style>
background-color css
<style>
a { background-color: #FBFDF0; }
a { background-color: rgb(251,253,240); }
div.DivClassName
{
background-color: #FBFDF0;
}
.BgClassName
{
background-color: #FBFDF0;
}
</style>
border-color css
<style>
span { border-color: #FBFDF0; }
span { border-color: rgb(251,253,240); }
td.TdClassName
{
border-color: #FBFDF0;
}
.TagClassName
{
border-color: #FBFDF0;
}
</style>