Shades of Alice Blue #FDFEFF
Tints of Alice Blue #FDFEFF
RGB
CMYK
RGB Variations
Color information
#FDFEFF (or 0xFDFEFF) is known color: Alice Blue. HEX triplet: FD, FE and FF. RGB value is (253,254,255). Sum of RGB (Red+Green+Blue) = 253+254+255=762 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.20% from 762); Green value is 254 (99.61% from 255 or 33.33% from 762); Blue value is 255 (100% from 255 or 33.46% from 762); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEFF is #020100. Grayscale: #FDFDFD. Windows color (decimal): -131329 or 16776957. OLE color: 16776957.
HSL color Cylindrical-coordinate representation of color #FDFEFF: hue angle of 210º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFEFF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 254 | 255 | - |
CMYK | 0.01 | 0.00 | 0 | 0 |
HSL | 210º | 1% | 1% | - |
HSV(B) | 210º | 0.01% | 1% | - |
XYZ | 94 | 98.99 | 108.76 | - |
YUV | 253.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 255 | 0.01 | 0.00 | 0 | 0 | 210 | 1 | 1 |
Hex | FD | FE | FF | 1 | 0 | 0 | 0 | D2 | 64 | 64 |
Octal | 375 | 376 | 377 | 1 | 0 | 0 | 0 | 322 | 144 | 144 |
Binary | 11111101 | 11111110 | 11111111 | 1 | 0 | 0 | 0 | 11010010 | 1100100 | 1100100 |
Color Harmonies of #FDFEFF
Complementary color
Monochromatic Colors of #FDFEFF
Black with #FDFEFF
Text Example
Text Example
White with #FDFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEFF; }
p { color: rgb(253,254,255); }
H1.HeaderClassName
{
color: #FDFEFF;
}
.AnyTagClassName
{
color: #FDFEFF;
}
</style>
background-color css
<style>
a { background-color: #FDFEFF; }
a { background-color: rgb(253,254,255); }
div.DivClassName
{
background-color: #FDFEFF;
}
.BgClassName
{
background-color: #FDFEFF;
}
</style>
border-color css
<style>
span { border-color: #FDFEFF; }
span { border-color: rgb(253,254,255); }
td.TdClassName
{
border-color: #FDFEFF;
}
.TagClassName
{
border-color: #FDFEFF;
}
</style>