Shades of Twilight Blue #FCFDF7
Tints of Twilight Blue #FCFDF7
RGB
CMYK
RGB Variations
Color information
#FCFDF7 (or 0xFCFDF7) is known color: Twilight Blue. HEX triplet: FC, FD and F7. RGB value is (252,253,247). Sum of RGB (Red+Green+Blue) = 252+253+247=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 247 (96.88% from 255 or 32.85% from 752); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDF7 is #030208. Grayscale: #FCFCFC. Windows color (decimal): -197129 or 16252412. OLE color: 16252412.
HSL color Cylindrical-coordinate representation of color #FCFDF7: hue angle of 70º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFDF7 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 247 | - |
CMYK | 0.00 | 0 | 0.02 | 0.01 |
HSL | 70º | 0.6% | 0.98% | - |
HSV(B) | 70º | 0.02% | 0.99% | - |
XYZ | 92.06 | 97.66 | 101.99 | - |
YUV | 252.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 247 | 0.00 | 0 | 0.02 | 0.01 | 70 | 0.6 | 0.98 |
Hex | FC | FD | F7 | 0 | 0 | 2 | 1 | 46 | 3C | 62 |
Octal | 374 | 375 | 367 | 0 | 0 | 2 | 1 | 106 | 74 | 142 |
Binary | 11111100 | 11111101 | 11110111 | 0 | 0 | 10 | 1 | 1000110 | 111100 | 1100010 |
Color Harmonies of #FCFDF7
Complementary color
Monochromatic Colors of #FCFDF7
Black with #FCFDF7
Text Example
Text Example
White with #FCFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDF7; }
p { color: rgb(252,253,247); }
H1.HeaderClassName
{
color: #FCFDF7;
}
.AnyTagClassName
{
color: #FCFDF7;
}
</style>
background-color css
<style>
a { background-color: #FCFDF7; }
a { background-color: rgb(252,253,247); }
div.DivClassName
{
background-color: #FCFDF7;
}
.BgClassName
{
background-color: #FCFDF7;
}
</style>
border-color css
<style>
span { border-color: #FCFDF7; }
span { border-color: rgb(252,253,247); }
td.TdClassName
{
border-color: #FCFDF7;
}
.TagClassName
{
border-color: #FCFDF7;
}
</style>