#FBFFFC

Color #FBFFFC Mint Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Cream #FBFFFC

Tints of Mint Cream #FBFFFC

Color information

#FBFFFC (or 0xFBFFFC) is unknown color: approx Mint Cream. HEX triplet: FB, FF and FC. RGB value is (251,255,252). Sum of RGB (Red+Green+Blue) = 251+255+252=758 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.11% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 252 (98.83% from 255 or 33.25% from 758); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFFC is #040003. Grayscale: #FDFDFD. Windows color (decimal): -262148 or 16580603. OLE color: 16580603.

HSL color Cylindrical-coordinate representation of color #FBFFFC: hue angle of 135º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFFFC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB251255252-
CMYK0.0200.010
HSL135º100%99.22%-
HSV(B)135º1.57%100%-
XYZ93.1199.06106.31-
YUV253.46127.17126.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 33.11%
GREEN value IS 255 (100% from 255) = 33.64%
BLUE value IS 252 (98.83% from 255) = 33.25%
R=33.11%
G=33.64%
B=33.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552520.0200.01013510099.22
HexFBFFFC2010876463
Octal3733773742010207144143
Binary111110111111111111111100100101000011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFFC; }

 p { color: rgb(251,255,252); }

 H1.HeaderClassName
 {
   color: #FBFFFC;
 }
 .AnyTagClassName
 {
   color: #FBFFFC;
 }
</style>
background-color css

<style>
 a { background-color: #FBFFFC; }

 a { background-color: rgb(251,255,252); }

 div.DivClassName
 {
   background-color: #FBFFFC;
 }
 .BgClassName
 {
   background-color: #FBFFFC;
 }
</style>
border-color css

<style>
 span { border-color: #FBFFFC; }

 span { border-color: rgb(251,255,252); }

 td.TdClassName
 {
   border-color: #FBFFFC;
 }
 .TagClassName
 {
   border-color: #FBFFFC;
 }
</style>