Shades of Twilight Blue #FBFDED
Tints of Twilight Blue #FBFDED
RGB
CMYK
RGB Variations
Color information
#FBFDED (or 0xFBFDED) is known color: Twilight Blue. HEX triplet: FB, FD and ED. RGB value is (251,253,237). Sum of RGB (Red+Green+Blue) = 251+253+237=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 237 (92.97% from 255 or 31.98% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDED is #040212. Grayscale: #FAFAFA. Windows color (decimal): -262675 or 15597051. OLE color: 15597051.
HSL color Cylindrical-coordinate representation of color #FBFDED: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFDED is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 237 | - |
CMYK | 0.01 | 0 | 0.06 | 0.01 |
HSL | 67.5º | 0.8% | 0.96% | - |
HSV(B) | 67.5º | 0.06% | 0.99% | - |
XYZ | 90.2 | 96.87 | 94.07 | - |
YUV | 250.58 | 120.34 | 128.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 237 | 0.01 | 0 | 0.06 | 0.01 | 67.5 | 0.8 | 0.96 |
Hex | FB | FD | ED | 1 | 0 | 6 | 1 | 44 | 50 | 60 |
Octal | 373 | 375 | 355 | 1 | 0 | 6 | 1 | 104 | 120 | 140 |
Binary | 11111011 | 11111101 | 11101101 | 1 | 0 | 110 | 1 | 1000100 | 1010000 | 1100000 |
Color Harmonies of #FBFDED
Complementary color
Monochromatic Colors of #FBFDED
Black with #FBFDED
Text Example
Text Example
White with #FBFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDED; }
p { color: rgb(251,253,237); }
H1.HeaderClassName
{
color: #FBFDED;
}
.AnyTagClassName
{
color: #FBFDED;
}
</style>
background-color css
<style>
a { background-color: #FBFDED; }
a { background-color: rgb(251,253,237); }
div.DivClassName
{
background-color: #FBFDED;
}
.BgClassName
{
background-color: #FBFDED;
}
</style>
border-color css
<style>
span { border-color: #FBFDED; }
span { border-color: rgb(251,253,237); }
td.TdClassName
{
border-color: #FBFDED;
}
.TagClassName
{
border-color: #FBFDED;
}
</style>