#FBFFFD

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

Shades of Mint Cream #FBFFFD

Tints of Mint Cream #FBFFFD

Color information

#FBFFFD (or 0xFBFFFD) is unknown color: approx Mint Cream. HEX triplet: FB, FF and FD. RGB value is (251,255,253). Sum of RGB (Red+Green+Blue) = 251+255+253=759 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.07% from 759); Green value is 255 (100% from 255 or 33.60% from 759); Blue value is 253 (99.22% from 255 or 33.33% from 759); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFFD is #040002. Grayscale: #FDFDFD. Windows color (decimal): -262147 or 16646139. OLE color: 16646139.

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

Color convert

RGB251255253-
CMYK0.0200.010
HSL150º100%99.22%-
HSV(B)150º1.57%100%-
XYZ93.2799.12107.14-
YUV253.58127.67126.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.07%
GREEN value IS 255 (100% from 255) = 33.60%
BLUE value IS 253 (99.22% from 255) = 33.33%
R=33.07%
G=33.60%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552530.0200.01015010099.22
HexFBFFFD2010966463
Octal3733773752010226144143
Binary111110111111111111111101100101001011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFFD; }

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

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

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

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

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

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

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

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