Shades of Twilight Blue #FCFDFA
Tints of Twilight Blue #FCFDFA
RGB
CMYK
RGB Variations
Color information
#FCFDFA (or 0xFCFDFA) is known color: Twilight Blue. HEX triplet: FC, FD and FA. RGB value is (252,253,250). Sum of RGB (Red+Green+Blue) = 252+253+250=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 250 (98.05% from 255 or 33.11% from 755); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFA is #030205. Grayscale: #FCFCFC. Windows color (decimal): -197126 or 16449020. OLE color: 16449020.
HSL color Cylindrical-coordinate representation of color #FCFDFA: hue angle of 80º degrees, saturation: 0.43, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFDFA is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 250 | - |
CMYK | 0.00 | 0 | 0.01 | 0.01 |
HSL | 80º | 0.43% | 0.99% | - |
HSV(B) | 80º | 0.01% | 0.99% | - |
XYZ | 92.53 | 97.85 | 104.45 | - |
YUV | 252.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 250 | 0.00 | 0 | 0.01 | 0.01 | 80 | 0.43 | 0.99 |
Hex | FC | FD | FA | 0 | 0 | 1 | 1 | 50 | 2B | 63 |
Octal | 374 | 375 | 372 | 0 | 0 | 1 | 1 | 120 | 53 | 143 |
Binary | 11111100 | 11111101 | 11111010 | 0 | 0 | 1 | 1 | 1010000 | 101011 | 1100011 |
Color Harmonies of #FCFDFA
Complementary color
Monochromatic Colors of #FCFDFA
Black with #FCFDFA
Text Example
Text Example
White with #FCFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDFA; }
p { color: rgb(252,253,250); }
H1.HeaderClassName
{
color: #FCFDFA;
}
.AnyTagClassName
{
color: #FCFDFA;
}
</style>
background-color css
<style>
a { background-color: #FCFDFA; }
a { background-color: rgb(252,253,250); }
div.DivClassName
{
background-color: #FCFDFA;
}
.BgClassName
{
background-color: #FCFDFA;
}
</style>
border-color css
<style>
span { border-color: #FCFDFA; }
span { border-color: rgb(252,253,250); }
td.TdClassName
{
border-color: #FCFDFA;
}
.TagClassName
{
border-color: #FCFDFA;
}
</style>