Shades of Mint Cream #FBFDFC
Tints of Mint Cream #FBFDFC
RGB
CMYK
RGB Variations
Color information
#FBFDFC (or 0xFBFDFC) is known color: Mint Cream. HEX triplet: FB, FD and FC. RGB value is (251,253,252). Sum of RGB (Red+Green+Blue) = 251+253+252=756 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.20% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDFC is #040203. Grayscale: #FCFCFC. Windows color (decimal): -262660 or 16580091. OLE color: 16580091.
HSL color Cylindrical-coordinate representation of color #FBFDFC: hue angle of 150º degrees, saturation: 0.33, 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 #FBFDFC is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 252 | - |
CMYK | 0.01 | 0 | 0.00 | 0.01 |
HSL | 150º | 0.33% | 0.99% | - |
HSV(B) | 150º | 0.01% | 0.99% | - |
XYZ | 92.48 | 97.79 | 106.1 | - |
YUV | 252.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 252 | 0.01 | 0 | 0.00 | 0.01 | 150 | 0.33 | 0.99 |
Hex | FB | FD | FC | 1 | 0 | 0 | 1 | 96 | 21 | 63 |
Octal | 373 | 375 | 374 | 1 | 0 | 0 | 1 | 226 | 41 | 143 |
Binary | 11111011 | 11111101 | 11111100 | 1 | 0 | 0 | 1 | 10010110 | 100001 | 1100011 |
Color Harmonies of #FBFDFC
Complementary color
Monochromatic Colors of #FBFDFC
Black with #FBFDFC
Text Example
Text Example
White with #FBFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDFC; }
p { color: rgb(251,253,252); }
H1.HeaderClassName
{
color: #FBFDFC;
}
.AnyTagClassName
{
color: #FBFDFC;
}
</style>
background-color css
<style>
a { background-color: #FBFDFC; }
a { background-color: rgb(251,253,252); }
div.DivClassName
{
background-color: #FBFDFC;
}
.BgClassName
{
background-color: #FBFDFC;
}
</style>
border-color css
<style>
span { border-color: #FBFDFC; }
span { border-color: rgb(251,253,252); }
td.TdClassName
{
border-color: #FBFDFC;
}
.TagClassName
{
border-color: #FBFDFC;
}
</style>