Shades of Mint Cream #FBFEFC
Tints of Mint Cream #FBFEFC
RGB
CMYK
RGB Variations
Color information
#FBFEFC (or 0xFBFEFC) is known color: Mint Cream. HEX triplet: FB, FE and FC. RGB value is (251,254,252). Sum of RGB (Red+Green+Blue) = 251+254+252=757 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.16% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFEFC is #040103. Grayscale: #FCFCFC. Windows color (decimal): -262404 or 16580347. OLE color: 16580347.
HSL color Cylindrical-coordinate representation of color #FBFEFC: hue angle of 140º degrees, saturation: 0.6, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FBFEFC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 251 | 254 | 252 | - |
CMYK | 0.01 | 0 | 0.01 | 0.00 |
HSL | 140º | 0.6% | 0.99% | - |
HSV(B) | 140º | 0.01% | 1% | - |
XYZ | 92.8 | 98.42 | 106.2 | - |
YUV | 252.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 254 | 252 | 0.01 | 0 | 0.01 | 0.00 | 140 | 0.6 | 0.99 |
Hex | FB | FE | FC | 1 | 0 | 1 | 0 | 8C | 3C | 63 |
Octal | 373 | 376 | 374 | 1 | 0 | 1 | 0 | 214 | 74 | 143 |
Binary | 11111011 | 11111110 | 11111100 | 1 | 0 | 1 | 0 | 10001100 | 111100 | 1100011 |
Color Harmonies of #FBFEFC
Complementary color
Monochromatic Colors of #FBFEFC
Black with #FBFEFC
Text Example
Text Example
White with #FBFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEFC; }
p { color: rgb(251,254,252); }
H1.HeaderClassName
{
color: #FBFEFC;
}
.AnyTagClassName
{
color: #FBFEFC;
}
</style>
background-color css
<style>
a { background-color: #FBFEFC; }
a { background-color: rgb(251,254,252); }
div.DivClassName
{
background-color: #FBFEFC;
}
.BgClassName
{
background-color: #FBFEFC;
}
</style>
border-color css
<style>
span { border-color: #FBFEFC; }
span { border-color: rgb(251,254,252); }
td.TdClassName
{
border-color: #FBFEFC;
}
.TagClassName
{
border-color: #FBFEFC;
}
</style>