#FBFFFE

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

Shades of Mint Cream #FBFFFE

Tints of Mint Cream #FBFFFE

Color information

#FBFFFE (or 0xFBFFFE) is unknown color: approx Mint Cream. HEX triplet: FB, FF and FE. RGB value is (251,255,254). Sum of RGB (Red+Green+Blue) = 251+255+254=760 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.03% from 760); Green value is 255 (100% from 255 or 33.55% from 760); Blue value is 254 (99.61% from 255 or 33.42% from 760); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFFE is #040001. Grayscale: #FDFDFD. Windows color (decimal): -262146 or 16711675. OLE color: 16711675.

HSL color Cylindrical-coordinate representation of color #FBFFFE: hue angle of 165º 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 #FBFFFE is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB251255254-
CMYK0.0200.000
HSL165º100%99.22%-
HSV(B)165º1.57%100%-
XYZ93.4399.18107.99-
YUV253.69128.17126.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.03%
GREEN value IS 255 (100% from 255) = 33.55%
BLUE value IS 254 (99.61% from 255) = 33.42%
R=33.03%
G=33.55%
B=33.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552540.0200.00016510099.22
HexFBFFFE2000a56463
Octal3733773762000245144143
Binary111110111111111111111110100001010010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFFE; }

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

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

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

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

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

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

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

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